Amelchev Nikita created IGNITE-12501: ----------------------------------------
Summary: The AuthenticationProcessorNodeRestartTest.testConcurrentAuthorize test is flacky. Key: IGNITE-12501 URL: https://issues.apache.org/jira/browse/IGNITE-12501 Project: Ignite Issue Type: Bug Reporter: Amelchev Nikita Assignee: Amelchev Nikita Fix For: 2.9 The test is flacky. [TC history|https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=7463074180495175640&tab=testDetails]. (Success rate 76%) The reason is that there is not enough check for a message about the node exit: Now: {noformat} private boolean serverDownMessage(String text) { return text.contains("Failed to send message (node may have left the grid or " + "TCP connection cannot be established due to firewall issues)") || text.contains("Failed to send message, node left"); } {noformat} But message send can be failed by follow message introduced in IGNITE-7648: {noformat} java.lang.AssertionError: Unexpected exception: Failed to send message (node left topology): {noformat} It seems we should to add this message to the check. -- This message was sent by Atlassian Jira (v8.3.4#803005)