Hello,
I noticed a random issue with the Dispatch Router 0.7.0 which has a random failure in the test "system_tests_link_routes". I launch the same test 10 times, it fails randomly (Failure occurs at the 4th or 5th run) but always with a similar error. It seems the timeout of 5 milliseconds is not enough especially on slow machines. I had submitted a patch for a similar task (https://issues.apache.org/jira/browse/DISPATCH-627) Can you please confirm? Regards, Adel 13: ====================================================================== 13: FAIL: test_www_drain_support_all_messages (system_tests_link_routes.LinkRouteTest) 13: ---------------------------------------------------------------------- 13: Traceback (most recent call last): 13: File "/qpid-dispatch-0.7.0/tests/system_tests_link_routes.py", line 489, in test_www_drain_support_all_messages 13: self.assertEqual(None, drain_support.error) 13: AssertionError: None != 'Timeout Expired: sent: 10 rcvd: 8'
