Bug 958444
| Summary: | 0.22 RC2 - sporadic failure of test broker_0_10.stats.BrokerStatsTests.test_discards_no_route | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | mick <mgoulish> |
| Component: | qpid-cpp | Assignee: | Ted Ross <tross> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | Development | CC: | iboverma, jross, lzhaldyb, tross |
| Target Milestone: | 3.0 | Keywords: | OtherQA |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.22-4.el6, qpid-cpp-0.22-4.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-08-08 19:15:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
mick
2013-05-01 13:44:03 UTC
first instance
========================================================
qpid_tests.broker_0_10.stats.BrokerStatsTests.test_discards_no_route .... start
assertEqual failure: 31 != 5
'Expect 5 no-routes'
qpid_tests.broker_0_10.stats.BrokerStatsTests.test_discards_no_route .... fail
Error during test: Traceback (most recent call last):
File
"/home/mick/trunk_22_rc2/qpid/cpp/src/tests/python/commands/qpid-python-test",
line 340, in run
phase()
File
"/home/mick/trunk_22_rc2/qpid/tests/src/py/qpid_tests/broker_0_10/stats.py",
line 214, in test_discards_no_route
self.assertEqual(now_broker.discardsNoRoute -
start_broker.discardsNoRoute, 5, "Expect 5 no-routes")
File
"/home/mick/trunk_22_rc2/qpid/tests/src/py/qpid_tests/broker_0_10/stats.py",
line 40, in assertEqual
assert None
AssertionError
second instance
================================================================
qpid_tests.broker_0_10.stats.BrokerStatsTests.test_discards_no_route .... start
assertEqual failure: 35 != 5
'Expect 5 no-routes'
qpid_tests.broker_0_10.stats.BrokerStatsTests.test_discards_no_route .... fail
Error during test: Traceback (most recent call last):
File
"/home/mick/trunk_22_rc2/qpid/cpp/src/tests/python/commands/qpid-python-test",
line 340, in run
phase()
File
"/home/mick/trunk_22_rc2/qpid/tests/src/py/qpid_tests/broker_0_10/stats.py",
line 214, in test_discards_no_route
self.assertEqual(now_broker.discardsNoRoute -
start_broker.discardsNoRoute, 5, "Expect 5 no-routes")
File
"/home/mick/trunk_22_rc2/qpid/tests/src/py/qpid_tests/broker_0_10/stats.py",
line 40, in assertEqual
assert None
AssertionError
--
You are receiving this mail because:
You reported the bug.
Fixed upstream in revision 1478023. Jira: https://issues.apache.org/jira/browse/QPID-4796 |