We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be57168 commit 9a0006eCopy full SHA for 9a0006e
test/high_availability/test_ha.py
@@ -64,6 +64,7 @@ class HATestCase(unittest.TestCase):
64
def tearDown(self):
65
ha_tools.kill_all_members()
66
ha_tools.nodes.clear()
67
+ ha_tools.routers.clear()
68
sleep(1) # Let members really die.
69
70
0 commit comments