Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The following Python test is currently failing against the Java Broker.
This is related to the routing of messages to the alternate exchanges.
Error during test: Traceback (most recent call last): File "qpid-python-test", line 340, in run phase() File "/home/jenkins/jenkins-slave/workspace/Qpid-Python-Java-Test/trunk/qpid/tests/src/py/qpid_tests/broker_0_10/new_api.py", line 85, in test_qpid_3481_acquired_to_alt_exchange self.assertEqual(rx_alt.available(), 5, "All 5 messages should have been routed to the alt_exchange") File "/home/jenkins/jenkins-slave/workspace/Qpid-Python-Java-Test/trunk/qpid/tests/src/py/qpid_tests/broker_0_10/new_api.py", line 39, in assertEqual assert None AssertionError