[
https://issues.jboss.org/browse/ISPN-9542?page=com.atlassian.jira.plugin....
]
William Burns commented on ISPN-9542:
-------------------------------------
Another failure is:
{code}
java.lang.AssertionError: We didn't get a matching size! Expected 25000 but was 24247
expected [24247] but found [25000]
Expected :24247
Actual :25000
<Click to see difference>
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:496)
at org.testng.Assert.assertEquals(Assert.java:125)
at org.testng.Assert.assertEquals(Assert.java:267)
at
org.infinispan.stream.stress.DistributedStreamRehashStressTest.lambda$testStressNodesLeavingWhileMultipleCount$1(DistributedStreamRehashStressTest.java:96)
at
org.infinispan.stream.stress.DistributedStreamRehashStressTest.lambda$testStressNodesLeavingWhilePerformingCallable$5(DistributedStreamRehashStressTest.java:190)
at org.infinispan.commands.StressTest.lambda$forkWorkerThreads$1(StressTest.java:96)
at
org.infinispan.test.AbstractInfinispanTest$CallableWrapper.call(AbstractInfinispanTest.java:528)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
{code}
DistributedStreamRehashStressTest fails many of the tests
---------------------------------------------------------
Key: ISPN-9542
URL:
https://issues.jboss.org/browse/ISPN-9542
Project: Infinispan
Issue Type: Bug
Components: Streams
Affects Versions: 9.4.0.CR3
Reporter: William Burns
Assignee: William Burns
Many of the stress tests either fail, timeout or say they processed no iterations. We
need to ensure these are working properly. One of the causes was from
https://github.com/infinispan/infinispan/pull/6270/files#r220378591. That luckily is a
simple fix, however we need to plug the others.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)