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 e1fc788 commit 7a28cb2Copy full SHA for 7a28cb2
test/test_init.py
@@ -29,6 +29,8 @@ def test_mark_left(servers, helpers):
29
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'left'])
30
31
servers[13302].start()
32
+ assert servers[13301].conn.eval("return membership.init('localhost', 13302)")[0]
33
+
34
helpers.wait_for(servers[13302].connect)
35
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'alive'])
36
helpers.wait_for(servers[13302].check_status, ['localhost:13301', 'alive'])
0 commit comments