Description of problem: qpid_tests.broker_0_10.management.ManagementTest.test_broker_connectivity_oldAPI ............................................................... fail Error during test: Traceback (most recent call last): File "/home/gordon/projects/qpid-svn-trunk/cpp/build/src/tests/python/commands/qpid-python-test", line 311, in run phase() File "/home/gordon/projects/qpid-svn-trunk/tests/src/py/qpid_tests/broker_0_10/management.py", line 52, in test_broker_connectivity_oldAPI self.assertEqual (res.status, 0) File "/usr/lib/python2.6/unittest.py", line 350, in failUnlessEqual (msg or '%r != %r' % (first, second)) AssertionError: 6 != 0 Version-Release number of selected component (if applicable): trunk r939184 How reproducible: easily Steps to Reproduce: 1. make check TESTS="start_cluster cluster_python_tests stop_cluster" Additional info: See also e.g. http://mrg2.lab.bos.redhat.com:2765/qpid-cpp-test/512/test.out.gz http://mrg18.lab.bos.redhat.com:2765/qpid-cpp-test/278/test.out.gz
Root Cause: This test fails on clusters because clustered nodes now forbid *all* methods invoked over QMFv1. The solution to this bug is to not run this test against a cluster.
Thank you Ted, I'll pull the test. -K
Test removed from clustered testbed. Committed revision 939502.
Failing for standalone broker against package but not against trunk. Needs investigation...
Fix for standalone broker issue submitted upstream trunk: Committed revision 984424. See https://bugzilla.redhat.com/show_bug.cgi?id=622699