Skip to content

Commit

Permalink
Reinit instance
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Dec 24, 2024
1 parent e1fc788 commit 7a28cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def test_mark_left(servers, helpers):
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'left'])

servers[13302].start()
assert servers[13301].conn.eval("return membership.init('localhost', 13302)")[0]

helpers.wait_for(servers[13302].connect)
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'alive'])
helpers.wait_for(servers[13302].check_status, ['localhost:13301', 'alive'])
Expand Down

0 comments on commit 7a28cb2

Please sign in to comment.