Skip to content

Commit

Permalink
check that instance is alive
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Jan 12, 2025
1 parent 54041d6 commit ba7d98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_quit.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ def test_rejoin(servers, helpers):


def test_mark_left(servers, helpers):
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'alive'])
assert servers[13301].conn.eval('return membership.mark_left("localhost:13302")')[0]
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'left'])

0 comments on commit ba7d98d

Please sign in to comment.