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

Pavel Pereslegin commented on IGNITE-8088:
------------------------------------------

Hello [~dpavlov],
please take a look at this change.
This failure is caused by the fact that cache proxies are initialized at the 
end of the exchange and sometimes exchange on server nodes may end after we 
begin checking.

> Flaky assertion in testJoinClientStaticCacheConfigurationOnJoin for cache 
> presence
> ----------------------------------------------------------------------------------
>
>                 Key: IGNITE-8088
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8088
>             Project: Ignite
>          Issue Type: Test
>            Reporter: Dmitriy Pavlov
>            Assignee: Pavel Pereslegin
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>
>  
>     IgniteStandByClusterSuite: 
> JoinInActiveNodeToActiveCluster.testJoinClientStaticCacheConfigurationOnJoin 
> (master fail rate 12,8%) 
>     IgniteStandByClusterSuite: 
> JoinActiveNodeToActiveCluster.testJoinClientStaticCacheConfigurationOnJoin 
> (master fail rate 10,0%) 
> Link to test histories:
> https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-1780719797264285338&branch=%3Cdefault%3E&tab=testDetails
> https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=5703653634172546268&branch=%3Cdefault%3E&tab=testDetails
> {noformat}
> java.lang.AssertionError
>     at org.junit.Assert.fail(Assert.java:86)
>     at org.junit.Assert.assertTrue(Assert.java:41)
>     at org.junit.Assert.assertNotNull(Assert.java:621)
>     at org.junit.Assert.assertNotNull(Assert.java:631)
>     at 
> org.apache.ignite.internal.processors.cache.persistence.standbycluster.AbstractNodeJoinTemplate$JoinNodeTestPlanBuilder$9.apply(AbstractNodeJoinTemplate.java:801)
>     at 
> org.apache.ignite.internal.processors.cache.persistence.standbycluster.AbstractNodeJoinTemplate$JoinNodeTestPlanBuilder$9.apply(AbstractNodeJoinTemplate.java:791)
>     at 
> org.apache.ignite.internal.processors.cache.persistence.standbycluster.AbstractNodeJoinTemplate$JoinNodeTestPlanBuilder$10.run(AbstractNodeJoinTemplate.java:824)
>     at 
> org.apache.ignite.internal.processors.cache.persistence.standbycluster.AbstractNodeJoinTemplate$JoinNodeTestPlanBuilder.execute(AbstractNodeJoinTemplate.java:611)
>     at 
> org.apache.ignite.internal.processors.cache.persistence.standbycluster.join.JoinInActiveNodeToActiveCluster.testJoinClientStaticCacheConfigurationOnJoin(JoinInActiveNodeToActiveCluster.java:228)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.lang.reflect.Method.invoke(Method.java:498)
>     at junit.framework.TestCase.runTest(TestCase.java:176)
>     at 
> org.apache.ignite.testframework.junits.GridAbstractTest.runTestInternal(GridAbstractTest.java:2002)
>     at 
> org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:133)
>     at 
> org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:1917)
>     at java.lang.Thread.run(Thread.java:745)
> {noformat}



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

Reply via email to