You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (JIRA)" <ji...@apache.org> on 2018/03/15 15:32:00 UTC

[jira] [Created] (IGNITE-7969) Fluky failure of IgniteTopologyValidatorGridSplitCacheTest.testTopologyValidatorWithCacheGroup

Aleksey Plekhanov created IGNITE-7969:
-----------------------------------------

             Summary: Fluky failure of IgniteTopologyValidatorGridSplitCacheTest.testTopologyValidatorWithCacheGroup
                 Key: IGNITE-7969
                 URL: https://issues.apache.org/jira/browse/IGNITE-7969
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.4
            Reporter: Aleksey Plekhanov
            Assignee: Aleksey Plekhanov


Test fails on TeamCity with exception:
{noformat}
java.lang.AssertionError: Successful tryPut after failure [gridIdx=2, sucessful puts = 50]

	at org.apache.ignite.internal.processors.cache.IgniteTopologyValidatorGridSplitCacheTest.tryPut(IgniteTopologyValidatorGridSplitCacheTest.java:491)
	at org.apache.ignite.internal.processors.cache.IgniteTopologyValidatorGridSplitCacheTest.testTopologyValidator0(IgniteTopologyValidatorGridSplitCacheTest.java:281)
	at org.apache.ignite.internal.processors.cache.IgniteTopologyValidatorGridSplitCacheTest.testTopologyValidatorWithCacheGroup(IgniteTopologyValidatorGridSplitCacheTest.java:234)
...
Caused by: class org.apache.ignite.IgniteException: Failed to put entry
	at org.apache.ignite.internal.processors.cache.IgniteTopologyValidatorGridSplitCacheTest.tryPut(IgniteTopologyValidatorGridSplitCacheTest.java:498)
	... 11 more
	Suppressed: class org.apache.ignite.IgniteException: Failed to put entry [node=cache.IgniteTopologyValidatorGridSplitCacheTest0]
		at org.apache.ignite.internal.processors.cache.IgniteTopologyValidatorGridSplitCacheTest.tryPut(IgniteTopologyValidatorGridSplitCacheTest.java:463)
		at org.apache.ignite.internal.processors.cache.IgniteTopologyValidatorGridSplitCacheTest.tryPut(IgniteTopologyValidatorGridSplitCacheTest.java:488)
		... 11 more
		Suppressed: junit.framework.AssertionFailedError: expected:<1> but was:<2>
			at junit.framework.Assert.fail(Assert.java:57)
			at junit.framework.Assert.failNotEquals(Assert.java:329)
			at junit.framework.Assert.assertEquals(Assert.java:78)
			at junit.framework.Assert.assertEquals(Assert.java:234)
			at junit.framework.Assert.assertEquals(Assert.java:241)
			at junit.framework.TestCase.assertEquals(TestCase.java:409)
			at org.apache.ignite.internal.processors.cache.IgniteTopologyValidatorGridSplitCacheTest.tryPut(IgniteTopologyValidatorGridSplitCacheTest.java:448)
			... 12 more
...
{noformat}
Sometimes reproduces locally.



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