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 2b6b86d commit e1fc788Copy full SHA for e1fc788
test/test_init.py
@@ -19,6 +19,7 @@ def test_death(servers, helpers):
19
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'alive'])
20
helpers.wait_for(servers[13302].check_status, ['localhost:13301', 'alive'])
21
22
+
23
def test_mark_left(servers, helpers):
24
servers[13302].kill()
25
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'suspect'])
@@ -33,7 +34,6 @@ def test_mark_left(servers, helpers):
33
34
35
36
-
37
def test_reinit(servers, helpers):
38
assert servers[13301].add_member('localhost:13302')
39
0 commit comments