jiridanek commented on pull request #1136: URL: https://github.com/apache/qpid-dispatch/pull/1136#issuecomment-822039387
I am not sure this is useful. The IBM/z is running Ubuntu (Focal, Xenial failed to install Python packages). LeakSanitizer does not work on the platform. https://travis-ci.com/github/apache/qpid-dispatch/jobs/499303800#L5354 ``` 40: ====================================================================== 40: FAIL: test_log_message_all (system_tests_log_message_components.RouterMessageLogTestAll) 40: ---------------------------------------------------------------------- 40: Traceback (most recent call last): 40: File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_log_message_components.py", line 98, in test_log_message_all 40: self.assertIn('creation-time="2017-02-22', log[2]) 40: AssertionError: 'creation-time="2017-02-22' not found in '[C2]: Received Message{message-id="123455", user-id=b"testuser", to="amqp://0.0.0.0:20033", subject="test-subject", reply-to="hello_world", correlation-id=89, content-type=:"text/html; charset=utf-8", content-encoding=:"gzip, deflate", creation-time="26583746-09-04 19:39:05.088 +0000", group-id="group1", group-sequence=0, reply-to-group-id="group0", app-properties={"app-property"=[10, 20, 30], "some-other"=:"O_one"}} on link \'ce11846f-48e9-4206-a3e8-7857f98a437f-logMessageTest\' ( -> logMessageTest)' 40: 40: ---------------------------------------------------------------------- 40: Ran 3 tests in 0.784s 40: 40: FAILED (failures=1) 40/74 Test #40: system_tests_log_message_components ...............***Failed 0.89 sec ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
