-
Bug
-
Resolution: Done
-
Major
-
JDG 7.2 DR1, JDG 7.1.1 ER1
The following error always occurs with tests that extend BasePartitionHandlingTest:
java.lang.AssertionError: at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:179) at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:161) at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:137) at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:471) at org.infinispan.partitionhandling.BasePartitionHandlingTest.access$600(BasePartitionHandlingTest.java:44) at org.infinispan.partitionhandling.BasePartitionHandlingTest$Partition.assertAvailabilityMode(BasePartitionHandlingTest.java:331) at org.infinispan.partitionhandling.TwoWaySplitAndMergeTest.testSplitAndMerge(TwoWaySplitAndMergeTest.java:131) at org.infinispan.partitionhandling.TwoWaySplitAndMergeTest.testSplitAndMerge3(TwoWaySplitAndMergeTest.java:30) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) ... Removed 18 stack frames
- blocks
-
JDG-1056 Test Suite Stabilization and Fixes
- Closed