Bug 587267 - ManagementTest.test_broker_connectivity_oldAPI fails against cluster
Summary: ManagementTest.test_broker_connectivity_oldAPI fails against cluster
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
: ---
Assignee: Ken Giusti
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On: 622699
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-29 13:56 UTC by Gordon Sim
Modified: 2013-02-24 16:53 UTC (History)
2 users (show)

Fixed In Version: 0.10
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-24 16:53:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Gordon Sim 2010-04-29 13:56:26 UTC
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

Comment 1 Ted Ross 2010-04-29 21:15:05 UTC
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.

Comment 2 Ken Giusti 2010-04-29 21:59:33 UTC
Thank you Ted,  I'll pull the test.

-K

Comment 3 Ken Giusti 2010-04-29 22:37:31 UTC
Test removed from clustered testbed.

Committed revision 939502.

Comment 4 Gordon Sim 2010-08-10 13:30:54 UTC
Failing for standalone broker against package but not against trunk. Needs investigation...

Comment 5 Ken Giusti 2010-08-11 18:11:33 UTC
Fix for standalone broker issue submitted upstream trunk:

Committed revision 984424.

See https://bugzilla.redhat.com/show_bug.cgi?id=622699


Note You need to log in before you can comment on or make changes to this bug.