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/06/19 12:45:00 UTC

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

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

Dmitriy Pavlov updated IGNITE-5148:
-----------------------------------
    Labels: test-fail  (was: )

> 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
>              Labels: test-fail
>             Fix For: 2.1
>
>
> Branch ignite 2.0:
> org.apache.ignite.internal.processors.cache.distributed.
> IgniteCachePartitionLossPolicySelfTest#testReadWriteSafe
> locally each 10th launch 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.4.14#64029)