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

Ignite TC Bot commented on IGNITE-12501:
----------------------------------------

{panel:title=Branch: [pull/7203/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=4882872&buildTypeId=IgniteTests24Java8_RunAll]

> 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