ImmediateMessageTest fails occasionally
---------------------------------------
Key: QPID-618
URL: https://issues.apache.org/jira/browse/QPID-618
Project: Qpid
Issue Type: Bug
Components: Java Broker, Java Tests
Affects Versions: M2.1
Reporter: Aidan Skinner
junit.framework.AssertionFailedError: Was expecting linked exception type
org.apache.qpid.client.AMQNoConsumersException on the connection.
Actually got the following exceptions on the connection, ExceptionMonitor:
holds 1 exceptions.
javax.jms.JMSException: 313
at
org.apache.qpid.client.AMQConnection.exceptionReceived(AMQConnection.java:1110)
at org.apache.qpid.client.AMQSession$10.run(AMQSession.java:2500)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
at junit.framework.Assert.fail(Assert.java:47)
at
org.apache.qpid.test.framework.FrameworkBaseCase.assertNoFailures(FrameworkBaseCase.java:133)
at
org.apache.qpid.server.exchange.ImmediateMessageTest.test_QPID_517_ImmediateFailsConsumerDisconnectedTxP2P(ImmediateMessageTest.java:139)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.