hazelcast / hazelcast-cpp-client

Hazelcast IMDG C++ Client
https://hazelcast.com/clients/cplusplus/
Apache License 2.0
79 stars 44 forks source link

IssueTest.testListenerSubscriptionOnSingleServerRestart Test Failure [API-1939] #1146

Open akeles85 opened 1 year ago

akeles85 commented 1 year ago

C++ compiler version: gcc 7.5 Hazelcast Cpp client version: 5.1.0 Hazelcast server version: 5.2.0 Number of the clients: 1 Cluster size, i.e. the number of Hazelcast cluster members: 1 OS version (Windows/Linux/OSX): Ubuntu i386, Ubuntu x86

Please attach relevant logs and files for client and server side.

Expected behaviour

Test pass successfully

Actual behaviour

Test failure

Steps to reproduce the behaviour.

The error occurs randomly at Github actions.

The failure log: /__w/hazelcast-cpp-client/hazelcast-cpp-client/hazelcast/test/src/HazelcastTests8.cpp:1889: Failure Expected equality of these values: boost::cv_status::no_timeout Which is: 4-byte object <00-00 00-00> (constcast<boost::latch&>(latch2)) .wait_for(boost::chrono::seconds(120)) Which is: 4-byte object <01-00 00-00>

Here is the link. https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/4342850867/jobs/7584170767, https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/4342843909/jobs/7584152494 https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/4358049867/jobs/7618132476 error_logs.txt

error_logs.txt

github-actions[bot] commented 1 year ago

Internal Jira issue: API-1939