Bug 693978
Summary: | test_immediate_method unit test failing with 'TypeError: int argument required' | ||
---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Frantisek Reznicek <freznice> |
Component: | qpid-qmf | Assignee: | messaging-bugs <messaging-bugs> |
Status: | CLOSED NOTABUG | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | Development | CC: | esammons, iboverma, jneedle |
Target Milestone: | 2.2 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-21 14:14:03 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Frantisek Reznicek
2011-04-06 07:23:06 UTC
Still failing (qpid-tests-0.14-1.el5/6). qpid_tests.broker_0_10.management.ManagementTest.test_immediate_method .. fail Error during test: Traceback (most recent call last): File "/usr/bin/qpid-python-test", line 311, in run -- File "/usr/lib/python2.4/site-packages/qpid_tests/broker_0_10/management.py", line 457, in test_immediate_method url = "%s://%s:%d" % (self.broker.scheme or "amqp", self.broker.host, self.broker.port) TypeError: int argument required Test itself is correct as running with additional broker specification solves the problem: -qpid-python-test -m qpid_tests 'qpid_tests.*' +qpid-python-test --broker localhost:5672 -m qpid_tests 'qpid_tests.*' Some tests rely on host and port specification, some use default broker url, it is required to explicitly specify broker url using --broker switch. An improvement to qpid-python-test tool tracked as bug 795777. -> CLOSED / NOT-A-BUG |