Skip to content

Conversation

@mdumandag
Copy link
Contributor

@mdumandag mdumandag commented Jan 24, 2019

Heartbeat test was failing on windows because
while connecting to the second member that
was created recently, member was throwing
HazelcastInstanceNotActiveException during
the client authentication process. With this fix,
client will try to connect to the second member
and if an exception occurs, it will sleep
for a while and try again up to 3 times.

fixes #138

Heartbeat test was failing on windows because
while connecting to the second member that
was created recently, member was throwing
HazelcastInstanceNotActive exception during
the client authentication process. With this fix,
client will try to connect to the second member
and if an exception occurs, it will sleep
for a while and try again up to 3 times.
@mdumandag mdumandag added this to the 3.11 milestone Jan 24, 2019
@mdumandag
Copy link
Contributor Author

verify

@devOpsHazelcast
Copy link
Contributor

Python 2.7 Tests PASSed.

@devOpsHazelcast
Copy link
Contributor

Python 3.7 Tests PASSed.

1 similar comment
@devOpsHazelcast
Copy link
Contributor

Python 3.7 Tests PASSed.

@devOpsHazelcast
Copy link
Contributor

Python 2.7 Tests PASSed.

@devOpsHazelcast
Copy link
Contributor

Python 3.7 Tests PASSed.

@devOpsHazelcast
Copy link
Contributor

Python 2.7 Tests PASSed.

@devOpsHazelcast
Copy link
Contributor

Python 2.7 Tests PASSed.

@devOpsHazelcast
Copy link
Contributor

Python 3.7 Tests PASSed.

@mdumandag mdumandag merged commit c7890ba into hazelcast:master Jan 24, 2019
@mdumandag mdumandag deleted the fixHeartbeatTest branch January 24, 2019 13:29
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.

HeartbeatTest.test_heartbeat_stopped test failure

3 participants