]
Dan Berindei updated ISPN-8309:
-------------------------------
Affects Version/s: 11.0.0.Alpha2
StateResponseOrderingTest.testStateResponseWhileRestartingBrokenTransfers failing
randomly
------------------------------------------------------------------------------------------
Key: ISPN-8309
URL:
https://issues.redhat.com/browse/ISPN-8309
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.1.0.Final, 11.0.0.Alpha2
Reporter: Galder ZamarreƱo
Priority: Major
Labels: testsuite_stability
{code}
Error Message
expected:<[StateResponseOrderingTest-NodeC-20453,
StateResponseOrderingTest-NodeB-7774, StateResponseOrderingTest-NodeD-65308]> but
was:<[StateResponseOrderingTest-NodeB-7774, StateResponseOrderingTest-NodeC-20453,
StateResponseOrderingTest-NodeD-65308]>
Stacktrace
java.lang.AssertionError: expected:<[StateResponseOrderingTest-NodeC-20453,
StateResponseOrderingTest-NodeB-7774, StateResponseOrderingTest-NodeD-65308]> but
was:<[StateResponseOrderingTest-NodeB-7774, StateResponseOrderingTest-NodeC-20453,
StateResponseOrderingTest-NodeD-65308]>
at
org.infinispan.distribution.rehash.StateResponseOrderingTest.testStateResponseWhileRestartingBrokenTransfers(StateResponseOrderingTest.java:201)
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)
... Removed 20 stack frames
{code}