Semen Boikov created IGNITE-1540: ------------------------------------ Summary: Unexpected cache value in IgniteCacheSslStartStopSelfTest.testInvokeAll Key: IGNITE-1540 URL: https://issues.apache.org/jira/browse/IGNITE-1540 Project: Ignite Issue Type: Sub-task Components: cache Reporter: Semen Boikov Assignee: Semen Boikov Priority: Critical Fix For: ignite-1.5
Test IgniteCacheSslStartStopSelfTest.testInvokeAll sometimes fails on TC (cache.get returns old value after update): {noformat} unit.framework.AssertionFailedError: expected:<30> but was:<29> 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:86) at junit.framework.TestCase.assertEquals(TestCase.java:253) at org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCachePutRetryAbstractSelfTest.checkRetry(IgniteCachePutRetryAbstractSelfTest.java:403) at org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCachePutRetryAbstractSelfTest.testInvokeAll(IgniteCachePutRetryAbstractSelfTest.java:214) {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)