Description
This failure is fairly frequent in CI and affects AMD64 as well as s390x.
Both mainline branch and 1.16.x branches show this failure.
30: ====================================================================== 30: FAIL: test_yy_query_many_links (system_tests_qdmanage.QdmanageTest) 30: ---------------------------------------------------------------------- 30: Traceback (most recent call last): 30: File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_qdmanage.py", line 557, in test_yy_query_many_links 30: self.assertEqual(sender_addresses, COUNT) 30: AssertionError: 4999 != 5000 30: 30: ---------------------------------------------------------------------- 30: Ran 34 tests in 179.082s 30: 30: FAILED (failures=1) 30/72 Test #30: system_tests_qdmanage .............................***Failed 179.19 sec
- https://travis-ci.com/github/apache/qpid-dispatch/jobs/504349804#L4516
- https://travis-ci.com/github/apache/qpid-dispatch/jobs/504374566#L4891
- https://travis-ci.com/github/apache/qpid-dispatch/jobs/504379787#L4900
- https://travis-ci.com/github/apache/qpid-dispatch/jobs/504374566#L4891
30: ====================================================================== 30: FAIL: test_yy_query_many_links (system_tests_qdmanage.QdmanageTest) 30: ---------------------------------------------------------------------- 30: Traceback (most recent call last): 30: File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_qdmanage.py", line 593, in test_yy_query_many_links 30: self.assertEqual(out_links, COUNT) 30: AssertionError: 9999 != 5000 30: 30: ---------------------------------------------------------------------- 30: Ran 34 tests in 158.600s 30: 30: FAILED (failures=1) 30/72 Test #30: system_tests_qdmanage .............................***Failed 158.74 sec
Attachments
Issue Links
- is a clone of
-
DISPATCH-1797 test_yy_query_many_links fails in system_tests_qdmanage
- Closed