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

ClientHotRestartEventTest done called multiple times [API-1629] #1402

Open
srknzl opened this issue Oct 20, 2022 · 1 comment
Open

ClientHotRestartEventTest done called multiple times [API-1629] #1402

srknzl opened this issue Oct 20, 2022 · 1 comment

Comments

@srknzl
Copy link
Member

srknzl commented Oct 20, 2022

 2) ClientHotRestartEventTest
       should receive membership events when the member is restarted on same address:
     Error: done() called multiple times in test <ClientHotRestartEventTest should receive membership events when the member is restarted on same address> of file /home/runner/work/client-compatibility-suites/client-compatibility-suites/master/test/integration/backward_compatible/serial/ClientHotRestartEventTest.js

stdout

[DefaultLogger] INFO at LifecycleService: HazelcastClient is SHUTTING_DOWN
[DefaultLogger] INFO at ConnectionManager: Removed connection to endpoint: localhost:5702:c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef, connection: Connection{alive=false, connectionId=1, remoteAddress=localhost:5702}
[DefaultLogger] INFO at LifecycleService: HazelcastClient is DISCONNECTED
[DefaultLogger] INFO at LifecycleService: HazelcastClient is SHUTDOWN
[DefaultLogger] INFO at LifecycleService: HazelcastClient is STARTING
[DefaultLogger] INFO at LifecycleService: HazelcastClient is STARTED
[DefaultLogger] INFO at ConnectionManager: Trying to connect to 127.0.0.1:5701
[DefaultLogger] INFO at LifecycleService: HazelcastClient is CONNECTED
[DefaultLogger] INFO at ConnectionManager: Authenticated with server localhost:5701:c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef, server version: 5.2.0-SNAPSHOT, local address: 127.0.0.1:48380
[DefaultLogger] INFO at ClusterService: 

Members [1] {
	Member [localhost]:5701 - c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef
}

[DefaultLogger] INFO at Statistics: Client statistics is enabled with period 5 seconds.
[DefaultLogger] WARN at Connection: Connection{alive=false, connectionId=0, remoteAddress=localhost:5701} closed. Reason: Connection closed by the other side. - Connection closed by the other side.
[DefaultLogger] INFO at ConnectionManager: Removed connection to endpoint: localhost:5701:c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef, connection: Connection{alive=false, connectionId=0, remoteAddress=localhost:5701}
[DefaultLogger] INFO at LifecycleService: HazelcastClient is DISCONNECTED
[DefaultLogger] INFO at ConnectionManager: Trying to connect to Member [localhost]:5701 - c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef
[DefaultLogger] WARN at ConnectionManager: Error during initial connection to Member [localhost]:5701 - c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef Error: connect ECONNREFUSED 127.0.0.1:5701
[DefaultLogger] INFO at ConnectionManager: Trying to connect to 127.0.0.1:5701
[DefaultLogger] WARN at ConnectionManager: Error during initial connection to 127.0.0.1:5701 Error: connect ECONNREFUSED 127.0.0.1:5701
[DefaultLogger] INFO at ConnectionManager: Trying to connect to 127.0.0.1:5702
[DefaultLogger] WARN at ConnectionManager: Error during initial connection to 127.0.0.1:5702 Error: connect ECONNREFUSED 127.0.0.1:5702
[DefaultLogger] INFO at ConnectionManager: Trying to connect to 127.0.0.1:5703
[DefaultLogger] WARN at ConnectionManager: Error during initial connection to 127.0.0.1:5703 Error: connect ECONNREFUSED 127.0.0.1:5703
[DefaultLogger] WARN at WaitStrategy: Unable to get live cluster connection, retry in 1000 ms, attempt: 1, cluster connect timeout: INFINITE, max backoff millis: 30000
[DefaultLogger] WARN at ConnectionManager: Switching from current cluster: 1018161b-cf73-416b-a8b8-d5213cabe22c to new cluster: d9616aa5-14f9-4c99-9e4e-4dbf759984f9
[DefaultLogger] INFO at HazelcastClient: Clearing local state of the client, because of a cluster restart.
[DefaultLogger] INFO at ConnectionManager: Authenticated with server localhost:5701:c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef, server version: 5.2.0-SNAPSHOT, local address: 127.0.0.1:48404
[DefaultLogger] INFO at LifecycleService: HazelcastClient is CONNECTED
[DefaultLogger] INFO at ClusterService: 

Members [1] {
	Member [localhost]:5701 - c3cca47b-5a6e-4c0d-85fe-c7265e9bd1ef
}

      1) should receive membership events when the member is restarted on same address
@srknzl srknzl added this to the Backlog milestone Oct 20, 2022
@srknzl srknzl added the to-jira label Oct 20, 2022
@github-actions github-actions bot changed the title ClientHotRestartEventTest done called multiple times ClientHotRestartEventTest done called multiple times [API-1629] Oct 20, 2022
@github-actions
Copy link

Internal Jira issue: API-1629

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

No branches or pull requests

1 participant