[infinispan-issues] [JBoss JIRA] (ISPN-2537) LockCleanupStateTransferTest fails randomly

Dan Berindei (JIRA) jira-events at lists.jboss.org
Thu Nov 22 08:25:21 EST 2012


Dan Berindei created ISPN-2537:
----------------------------------

             Summary: LockCleanupStateTransferTest fails randomly
                 Key: ISPN-2537
                 URL: https://issues.jboss.org/browse/ISPN-2537
             Project: Infinispan
          Issue Type: Bug
          Components: Test Suite
    Affects Versions: 5.2.0.Beta4
            Reporter: Dan Berindei
            Assignee: Dan Berindei
             Fix For: 5.2.0.CR1


LockCleanupStateTransferTest assumes that once the tx is done on one remote node it's done on all of them (and on the originator as well).

It sometimes fails with this stack trace:

{noformat}
18:24:29,717 ERROR (testng-LockCleanupStateTransferTest:) [UnitTestTestNGListener] Test testBelatedCommit(org.infinispan.tx.LockCleanupStateTransferTest) failed.
java.lang.AssertionError: expected [true] but found [false]
	at org.testng.Assert.fail(Assert.java:89)
	at org.testng.Assert.failNotEquals(Assert.java:489)
	at org.testng.Assert.assertTrue(Assert.java:37)
	at org.testng.Assert.assertTrue(Assert.java:47)
	at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:76)
	at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:59)
	at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:142)
	at org.infinispan.tx.LockCleanupStateTransferTest.testLockReleasedCorrectly(LockCleanupStateTransferTest.java:163)
	at org.infinispan.tx.LockCleanupStateTransferTest.testBelatedCommit(LockCleanupStateTransferTest.java:78)
{noformat}



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list