File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments