[ 
https://issues.apache.org/jira/browse/IGNITE-11036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Kosarev updated IGNITE-11036:
------------------------------------
    Description: 
On my local environment (Mac OS X) IgniteTcpCommunicationHandshakeWaitSslTest 
fails in 100% rate.

{code}
junit.framework.AssertionFailedError: 
Expected :3
Actual   :1
 <Click to see difference>
        at junit.framework.Assert.assertEquals(Assert.java:241)
        at 
org.apache.ignite.spi.communication.tcp.IgniteTcpCommunicationHandshakeWaitTest.lambda$testHandshakeOnNodeJoining$0(IgniteTcpCommunicationHandshakeWaitTest.java:99)
        at 
org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$2(GridTestUtils.java:1009)
{code}

I've investigated and found that the test overrides TcpDiscoverySpi but does 
not set ipFinder to the new object. Setting ipFinder solves the problem.

  was:
On my local environment (Mac OS X) IgniteTcpCommunicationHandshakeWaitSslTest 
fails in 100% rate.
I've investigated and found that the test overrides TcpDiscoverySpi but does 
not set ipFinder to the new object. Setting ipFinder solves the problem.


> IgniteTcpCommunicationHandshakeWaitTest/IgniteTcpCommunicationHandshakeWaitSslTest
>  fail in master 
> --------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-11036
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11036
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.8
>            Reporter: Sergey Kosarev
>            Assignee: Sergey Kosarev
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>             Fix For: 2.8
>
>
> On my local environment (Mac OS X) IgniteTcpCommunicationHandshakeWaitSslTest 
> fails in 100% rate.
> {code}
> junit.framework.AssertionFailedError: 
> Expected :3
> Actual   :1
>  <Click to see difference>
>       at junit.framework.Assert.assertEquals(Assert.java:241)
>       at 
> org.apache.ignite.spi.communication.tcp.IgniteTcpCommunicationHandshakeWaitTest.lambda$testHandshakeOnNodeJoining$0(IgniteTcpCommunicationHandshakeWaitTest.java:99)
>       at 
> org.apache.ignite.testframework.GridTestUtils.lambda$runAsync$2(GridTestUtils.java:1009)
> {code}
> I've investigated and found that the test overrides TcpDiscoverySpi but does 
> not set ipFinder to the new object. Setting ipFinder solves the problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to