Skip to content

Commit 6a28319

Browse files
committed
tests: rename test_ptrack_truncate_replica to test_basic_ptrack_truncate_replica
1 parent a1f5767 commit 6a28319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ptrack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3013,7 +3013,7 @@ def test_ptrack_truncate(self):
30133013
self.del_test_dir(module_name, fname)
30143014

30153015
# @unittest.skip("skip")
3016-
def test_ptrack_truncate_replica(self):
3016+
def test_basic_ptrack_truncate_replica(self):
30173017
fname = self.id().split('.')[3]
30183018
master = self.make_simple_node(
30193019
base_dir=os.path.join(module_name, fname, 'master'),
@@ -3121,7 +3121,7 @@ def test_ptrack_truncate_replica(self):
31213121
self.compare_pgdata(pgdata, pgdata_restored)
31223122

31233123
# Clean after yourself
3124-
self.del_test_dir(module_name, fname)
3124+
self.del_test_dir(module_name, fname, [master, replica])
31253125

31263126
# @unittest.skip("skip")
31273127
# @unittest.expectedFailure

0 commit comments

Comments
 (0)