[ 
https://issues.apache.org/jira/browse/IGNITE-12501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17004024#comment-17004024
 ] 

Amelchev Nikita commented on IGNITE-12501:
------------------------------------------

I have fixed the test. I have run it more than [300 
times|https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_Cache7&branch_IgniteTests24Java8=pull%2F7203%2Fhead&fromExperimentalUI=true&tab=buildTypeStatusDiv]
 on TC and the results are OK.

> 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
>            Priority: Minor
>             Fix For: 2.9
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to