Skip to content

Commit

Permalink
Add retrying
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Jan 14, 2025
1 parent 27b7cb7 commit c00ae63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/expel_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,7 @@ function g.test_api()
return membership.members()
end)

t.assert_equals(ret[g.cluster:server('A-2').advertise_uri].status, 'left')
g.cluster.helpers.retrying({}, function ()
t.assert_equals(ret[g.cluster:server('A-2').advertise_uri].status, 'left')
end)
end

0 comments on commit c00ae63

Please sign in to comment.