1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-07-14 06:54:15 +02:00

delete nodes in del_test_dir

This commit is contained in:
a.kozhemyakin
2021-02-18 05:13:11 +00:00
parent 2193cd76fc
commit dd8c23c9b1
13 changed files with 39 additions and 40 deletions

View File

@ -418,7 +418,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase):
options=['--archive-timeout=30s', '--stream'])
# Clean after yourself
self.del_test_dir(module_name, fname, [master, replica])
self.del_test_dir(module_name, fname)
# @unittest.skip("skip")
def test_take_backup_from_delayed_replica(self):