Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.10
Description
We have a longstanding problem that sees occasional test failures from TransactionTimeoutTest under the default test profile under Jenkins CI. The test failures are:
junit.framework.AssertionFailedError: Expected 0 but found 1 txn idle messages at org.apache.qpid.test.unit.transacted.TransactionTimeoutTestCase.monitor(TransactionTimeoutTestCase.java:197) at org.apache.qpid.test.unit.transacted.TransactionTimeoutTest.testProducerOpenCommit(TransactionTimeoutTest.java:86) at org.apache.qpid.test.utils.QpidBrokerTestCase.runBare(QpidBrokerTestCase.java:234) at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:120)
and
junit.framework.AssertionFailedError: Expected 10 but found 6 txn idle messages at org.apache.qpid.test.unit.transacted.TransactionTimeoutTestCase.monitor(TransactionTimeoutTestCase.java:201) at org.apache.qpid.test.unit.transacted.TransactionTimeoutTest.testProducerIdleRollbackTwice(TransactionTimeoutTest.java:187) at org.apache.qpid.test.utils.QpidBrokerTestCase.runBare(QpidBrokerTestCase.java:234) at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:120)
This problem caused the following builds to fail: 146, 147, 148, 152, 161, and 162.
https://builds.apache.org/view/M-R/view/Qpid/job/qpid-java-build/147/