You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Pavlov (JIRA)" <ji...@apache.org> on 2017/05/03 12:08:04 UTC

[jira] [Created] (IGNITE-5148) Unstable test IgniteCachePartitionLossPolicySelfTest testReadWriteSafe() seems to be flaky in 2.0

Dmitriy Pavlov created IGNITE-5148:
--------------------------------------

             Summary: Unstable test IgniteCachePartitionLossPolicySelfTest testReadWriteSafe() seems to be flaky in 2.0
                 Key: IGNITE-5148
                 URL: https://issues.apache.org/jira/browse/IGNITE-5148
             Project: Ignite
          Issue Type: Task
    Affects Versions: 2.0
            Reporter: Dmitriy Pavlov
            Priority: Minor
             Fix For: 2.1


Branch ignite 2.0:

org.apache.ignite.internal.processors.cache.distributed.
IgniteCachePartitionLossPolicySelfTest#testReadWriteSafe
locally each 10th lauch failed with
{noformat}

junit.framework.AssertionFailedError: Failed to find expected lost partition [exp=0, lost=[]]

	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.TestCase.assertTrue(TestCase.java:192)
	at org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest.verifyCacheOps(IgniteCachePartitionLossPolicySelfTest.java:234)
	at org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest.checkLostPartition(IgniteCachePartitionLossPolicySelfTest.java:181)
	at org.apache.ignite.internal.processors.cache.distributed.IgniteCachePartitionLossPolicySelfTest.testReadWriteSafe(IgniteCachePartitionLossPolicySelfTest.java:131)
	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:1930)
	at org.apache.ignite.testframework.junits.GridAbstractTest.access$000(GridAbstractTest.java:125)
	at org.apache.ignite.testframework.junits.GridAbstractTest$5.run(GridAbstractTest.java:1845)
	at java.lang.Thread.run(Thread.java:748)


{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)