Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClientReconnectTest fail [API-1241] #1200

Closed
srknzl opened this issue Feb 25, 2022 · 2 comments · Fixed by #1227, #1228 or #1229
Closed

ClientReconnectTest fail [API-1241] #1200

srknzl opened this issue Feb 25, 2022 · 2 comments · Fixed by #1227, #1228 or #1229

Comments

@srknzl
Copy link
Member

srknzl commented Feb 25, 2022

4.0.x node 11 ubuntu 0779f68

  1. ClientReconnectTest
    member restarts, while map.put in progress 2:
    Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/hazelcast-nodejs-client/hazelcast-nodejs-client/test/ClientReconnectTest.js)
    at listOnTimeout (internal/timers.js:535:17)
    at processTimers (internal/timers.js:479:7)
@srknzl srknzl added this to the Backlog milestone Feb 25, 2022
@github-actions github-actions bot changed the title ClientReconnectTest fail ClientReconnectTest fail [API-1241] Feb 25, 2022
@github-actions
Copy link

Internal Jira issue: API-1241

@srknzl
Copy link
Member Author

srknzl commented Feb 28, 2022

another one

  1. ClientReconnectTest
    create proxy while member is down, member comes back:
    Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/hazelcast-nodejs-client/hazelcast-nodejs-client/test/integration/ClientReconnectTest.js)
    at listOnTimeout (node:internal/timers:557:17)
    at processTimers (node:internal/timers:500:7)

4.1.x ubuntulatest node 15 and 14

also on 4.0.x ubuntu-latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment