Description
0: ======================================================================
50: FAIL: test_22_mobile_address_edge_sender_two_interior_receivers (system_tests_edge_router.RouterTest)
50: ----------------------------------------------------------------------
50: Traceback (most recent call last):
50: File "/home/chug/git/qpid-dispatch/tests/system_tests_edge_router.py", line 451, in test_22_mobile_address_edge_sender_two_interior_receivers
50: self.assertEqual(None, test.error)
50: AssertionError: None != 'Timeout Expired - n_sent=350 n_rcvd=300 [36 chars]t_22'
{{50: }}
50: ----------------------------------------------------------------------
50: Ran 48 tests in 84.066s
{{50: }}
50: FAILED (failures=1)
1/1 Test #50: system_tests_edge_router .........***Failed 84.37 sec
This test also suffers from the test framework eliding important text in the error message:
50: AssertionError: None != 'Timeout Expired - n_sent=350 n_rcvd=300 [36 chars]t_22'
Seeing the *[36* chars] is a vital to the test showing what went wrong.