]
Dan Berindei reassigned ISPN-3305:
----------------------------------
Assignee: Dan Berindei
LockReorderingTest.testMixed fails randomly
-------------------------------------------
Key: ISPN-3305
URL:
https://issues.jboss.org/browse/ISPN-3305
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 5.3.0.Final
Reporter: Pedro Ruivo
Assignee: Dan Berindei
Labels: testsuite_stability
Attachments: LockReorderingTest.testMixed.tar.gz
both ReplicatedLockReorderingTest and DistLockReorderingTest are failing randomly.
ReplicatedLockReorderingTest:
http://ci.infinispan.org/viewLog.html?buildId=2196&tab=buildResultsDi...
DistLockReorderingTest:
http://ci.infinispan.org/viewLog.html?buildId=1063&tab=buildResultsDi...
{code:java}
java.lang.AssertionError
at
org.infinispan.tx.lockreordering.LocalLockReorderingTest.runTest(LocalLockReorderingTest.java:66)
at
org.infinispan.tx.lockreordering.DistLockReorderingTest.testMixed(DistLockReorderingTest.java:62)
...
{code}