Skip to content

Commit 10bd310

Browse files
committed
tests: stop "node" before deletion test dir
1 parent cde244e commit 10bd310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ptrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3139,7 +3139,7 @@ def test_basic_ptrack_truncate_replica(self):
31393139
'select 1')
31403140

31413141
# Clean after yourself
3142-
self.del_test_dir(module_name, fname, [master, replica])
3142+
self.del_test_dir(module_name, fname, [master, replica, node])
31433143

31443144
# @unittest.skip("skip")
31453145
# @unittest.expectedFailure

0 commit comments

Comments
 (0)