Skip to content

Commit 9a0006e

Browse files
author
A. Jesse Jiryu Davis
committed
Only kill mongos instances once in ha_tools
1 parent be57168 commit 9a0006e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/high_availability/test_ha.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class HATestCase(unittest.TestCase):
6464
def tearDown(self):
6565
ha_tools.kill_all_members()
6666
ha_tools.nodes.clear()
67+
ha_tools.routers.clear()
6768
sleep(1) # Let members really die.
6869

6970

0 commit comments

Comments
 (0)