Skip to content

Conversation

mdumandag
Copy link
Contributor

This test failed in Github Actions runners. The reason of the failure
is that, we try to check the received events right after shutting down
the member. It might be the case that, the member is shutdown, but
it is not visible to the client yet.

To tackle that, we now use assertTrueEventually to verify that
we receive the event.

This test failed in Github Actions runners. The reason of the failure
is that, we try to check the received events right after shutting down
the member. It might be the case that, the member is shutdown, but
it is not visible to the client yet.

To tackle that, we now use `assertTrueEventually` to verify that
we receive the event.
@mdumandag mdumandag merged commit 978bc0e into hazelcast:master Jun 16, 2021
@mdumandag mdumandag deleted the fix-lifecycle-test branch June 16, 2021 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants