qpid.test.unit.client.forwardall.CombinedTest fails intermittently
------------------------------------------------------------------
Key: QPID-589
URL: https://issues.apache.org/jira/browse/QPID-589
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M2.1
Reporter: Martin Ritchie
Currently it fails quite often via maven on XP but this it the mvn output is
less than helpful,
Test set: org.apache.qpid.test.unit.client.forwardall.CombinedTest
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.047 sec <<<
FAILURE!
testForwardAll(org.apache.qpid.test.unit.client.forwardall.CombinedTest) Time
elapsed: 10.047 sec <<< ERROR!
java.lang.Exception: Didn't receive all messages... got 1 expected 2
at
org.apache.qpid.test.unit.client.forwardall.Client.waitUntilComplete(Client.java:97)
at
org.apache.qpid.test.unit.client.forwardall.Client.shutdownWhenComplete(Client.java:71)
at
org.apache.qpid.test.unit.client.forwardall.CombinedTest.testForwardAll(CombinedTest.java:57)
Running inside IDE : Intelji hasn't failed yet, though there is a lot of
exceptions but the test still passes.
eg. Now I'm sure the routes should be defined so this is something that
shouldn't be happening.
org.apache.qpid.client.AMQNoRouteException: Error: Routing key
tmp_anonymous(19902639)_1 is not known to
org.apache.qpid.server.exchange.DestNameExchange[amq.direct] [error code 312:
no route]
at org.apache.qpid.client.AMQSession$10.run(AMQSession.java:2493)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.