[ https://issues.apache.org/jira/browse/IGNITE-23040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17879067#comment-17879067 ]
Semyon Zikunov commented on IGNITE-23040: ----------------------------------------- Cannot be reproduced locally on MacOs x 14.5 aarch64. There is an assertion error only in teamcity builds without message on lines like: assert latch.await(30, SECONDS); Adding the line Thread.sleep(50) to the sendMessage() method solves the problem of test crashes. I came to the conclusion that due to the simple implementation of the test client, messages are sent too quickly, while the client does not have time to close the socket from the messages of the previous test. > Fix GridNioSslSelfTest (Basic 1 group) > -------------------------------------- > > Key: IGNITE-23040 > URL: https://issues.apache.org/jira/browse/IGNITE-23040 > Project: Ignite > Issue Type: Test > Reporter: Semyon Zikunov > Assignee: Semyon Zikunov > Priority: Trivial > Labels: ise > Time Spent: 1h > Remaining Estimate: 0h > > 3 tests constantly failed with java.lang.AssertionError. > Tests: > testDeliveryDuration > testMultiThreadedSendReceive > testSendReceive -- This message was sent by Atlassian Jira (v8.20.10#820010)