jiridanek commented on PR #33: URL: https://github.com/apache/qpid-cpp/pull/33#issuecomment-1287843098
As far as I can remember, federation tests are broken and failure can be ignored ``` 6: federation.FederationTests.test_dynamic_direct_shared_queue ............. fail 6: Error during test: Traceback (most recent call last): 6: File "/home/travis/.local/bin/qpid-python-test", line 340, in run 6: phase() 6: File "/home/travis/build/apache/qpid-cpp/Build/src/tests/federation.py", line 2592, in test_dynamic_direct_shared_queue 6: self.assertNotEqual(_c.msgsToClient, 0, "Messages did not pass over link as expected.") 6: File "/usr/lib/python2.7/unittest/case.py", line 522, in assertNotEqual 6: raise self.failureException(msg) 6: AssertionError: Messages did not pass over link as expected. ``` https://app.travis-ci.com/github/apache/qpid-cpp/builds/256978344#L2108 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
