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

Make TcpServerConnection.equals more robust [HZ-1202] (5.1.z) #21641

Merged
merged 2 commits into from Jul 13, 2022

Conversation

kwart
Copy link
Member

@kwart kwart commented Jun 20, 2022

Backports #21631

The change improves the TcpServerConnection.equals method by adding more fields to compare.

@kwart kwart added this to the 5.1.3 milestone Jun 20, 2022
@kwart kwart requested a review from olukas June 20, 2022 09:39
@hz-devops-test
Copy link

The job Hazelcast-pr-builder of your PR failed. (Hazelcast internal details: build log, artifacts).
Through arcane magic we have determined that the following fragments from the build log may contain information about the problem.

Click to expand the log file
---------ERRORS-----------
--------------------------
[ERROR] /home/jenkins/jenkins_slave/workspace/Hazelcast-pr-builder_2/extensions/kinesis/target/classes (Is a directory)
--------------------------
--------------------------
-------TEST FAILURE-------
--------------------------
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   ClientSemaphoreThreadedTest.concurrent_trySemaphoreWithTimeOutTest:67->concurrent_trySemaphoreTest:87 Timeout waiting for thread Thread-5 to terminate
[ERROR]   ClientScheduledExecutorServiceBasicTest>ScheduledExecutorServiceBasicTest.scheduleOnMember_whenAutoDisposable_thenGet:982->ScheduledExecutorServiceBasicTest.assertTaskHasBeenDestroyedEventually:997->HazelcastTestSupport.assertTrueEventually:1243->HazelcastTestSupport.assertTrueEventually:1226->ScheduledExecutorServiceBasicTest.lambda$assertTaskHasBeenDestroyedEventually$2:997->HazelcastTestSupport.assertThrows:1430 Expected com.hazelcast.scheduledexecutor.StaleTaskException to be thrown, but nothing was thrown.
[ERROR]   QueueDestroyTest.checkStatsMapEntryRemovedWhenQueueDestroyed:78 expected:<0> but was:<1>
[ERROR]   JobTimeoutTest.when_jobIsResumedAndExceedsTimeout_jobIsCancelled:91->JetTestSupport.assertJobStatusEventually:302->HazelcastTestSupport.assertTrueEventually:1243->HazelcastTestSupport.assertTrueEventually:1226->JetTestSupport.lambda$assertJobStatusEventually$2:303 jobId=0834-61d1-f800-0001 expected: but was:
[ERROR] Errors: 
[ERROR]   ClientTxnMapNearCacheTest.put_invalidates_server_side_near_cache:113 ? TransactionTimedOut
[ERROR]   ClientTxnMapNearCacheTest.remove_invalidates_server_side_near_cache:132 ? TransactionTimedOut
[ERROR]   ClientTxnMapNearCacheTest.replaceIfSame_invalidates_server_side_near_cache:189 ? TransactionTimedOut
[ERROR]   ClientTxnMapNearCacheTest.replace_invalidates_server_side_near_cache:170 ? TransactionTimedOut
[ERROR]   MetricsTest.test_sourceSinkTag:459->assertSourceSinkTags:469 ? IndexOutOfBounds
[INFO] 
[ERROR] Tests run: 46807, Failures: 4, Errors: 5, Skipped: 239
[INFO] 

[ERROR] There are test failures.

@kwart
Copy link
Member Author

kwart commented Jun 20, 2022

run-lab-run

@kwart kwart merged commit a56e6d5 into hazelcast:5.1.z Jul 13, 2022
@kwart kwart deleted the cleanup/5.1.z/connection-equals branch July 13, 2022 11:25
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.

None yet

3 participants