]
Dan Berindei updated ISPN-3984:
-------------------------------
Component/s: Core
Distributed Execution and Map/Reduce
CompatModeDistributedTwoNodesMapReduceTest.testInvokeMapReduceOnAllKeys random failures
---------------------------------------------------------------------------------------
Key: ISPN-3984
URL:
https://issues.jboss.org/browse/ISPN-3984
Project: Infinispan
Issue Type: Bug
Components: Core, Distributed Execution and Map/Reduce, Test Suite - Core
Affects Versions: 6.0.1.Final
Reporter: Dan Berindei
Assignee: Vladimir Blagojevic
Labels: testsuite_stability
Fix For: 7.1.0.Beta1
Attachments: cmdtnmrt.log.gz
The random failures in
CompatModeDistributedTwoNodesMapReduceTest.testInvokeMapReduceOnAllKeys seem to be caused
by state transfer being disabled in the test's caches.
{noformat}
12:11:51,674 ERROR (testng-CompatModeDistributedTwoNodesMapReduceTest:)
[UnitTestTestNGListener] Test
testInvokeMapReduceOnAllKeys(org.infinispan.distexec.mapreduce.CompatModeDistributedTwoNodesMapReduceTest)
failed.
java.lang.AssertionError: key 'well' does not have count 1 but 2
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.infinispan.distexec.mapreduce.BaseWordCountMapReduceTest.verifyResults(BaseWordCountMapReduceTest.java:224)
at
org.infinispan.distexec.mapreduce.BaseWordCountMapReduceTest.verifyResults(BaseWordCountMapReduceTest.java:334)
at
org.infinispan.distexec.mapreduce.BaseWordCountMapReduceTest.testInvokeMapReduceOnAllKeys(BaseWordCountMapReduceTest.java:162)
{noformat}