You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rupert Smith (JIRA)" <qp...@incubator.apache.org> on 2007/10/01 13:27:50 UTC

[jira] Commented: (QPID-618) ImmediateMessageTest fails occasionally

    [ https://issues.apache.org/jira/browse/QPID-618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531487 ] 

Rupert Smith commented on QPID-618:
-----------------------------------

Increase timeout on LocalCircuitImpl, line 404.

> 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.