Description
Test IgniteClusterActivateDeactivateTestWithPersistence#testDeactivateDuringEvictionAndRebalance is flaky when MVCC is enabled. We should investigate it.
[2018-12-21 02:26:51,592][ERROR][main][root] Test failed. java.lang.AssertionError: node=cache.IgniteClusterActivateDeactivateTestWithPersistence0, key=100002 at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertNotNull(Assert.java:621) at org.apache.ignite.internal.processors.cache.IgniteClusterActivateDeactivateTestWithPersistence.testDeactivateDuringEvictionAndRebalance(IgniteClusterActivateDeactivateTestWithPersistence.java:425) 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 org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55) at org.apache.ignite.testframework.junits.GridAbstractTest$7.run(GridAbstractTest.java:2115) at java.lang.Thread.run(Thread.java:748)
Attachments
Issue Links
- duplicates
-
IGNITE-10750 MVCC: Unexpected tx state exception in multithreaded tests
- Resolved
- relates to
-
IGNITE-10750 MVCC: Unexpected tx state exception in multithreaded tests
- Resolved
-
IGNITE-10738 MVCC: Enable page evictions for MVCC caches with in-memory mode
- Closed