ChugR commented on issue #173: Rework Python binding to use only core APIs URL: https://github.com/apache/qpid-proton/pull/173#issuecomment-455247612 Built qpid-proton; passes self tests. Built qpid-dispatch; fails several self tests: 19 - system_tests_one_router (Failed) 31 - system_tests_two_routers (Failed) 39 - system_tests_authz_service_plugin (Failed) 55 - system_tests_core_client (Failed) The one_router and two_router tests fail with a ctest output of: 19: ====================================================================== 19: ERROR: test_21_semantics_balanced (system_tests_one_router.OneRouterTest) 19: ---------------------------------------------------------------------- 19: Traceback (most recent call last): 19: File "/home/chug/git/qpid-dispatch/tests/system_tests_one_router.py", line 253, in test_21_semantics_balanced 19: test.run() 19: File "/home/chug/git/qpid-dispatch/tests/system_tests_one_router.py", line 949, in run 19: Container(self).run() 19: File "/opt/local/lib64/proton/bindings/python/proton/_reactor.py", line 176, in run 19: while self.process(): pass 19: File "/opt/local/lib64/proton/bindings/python/proton/_reactor.py", line 233, in process 19: event.dispatch(handler) 19: File "/opt/local/lib64/proton/bindings/python/proton/_events.py", line 135, in dispatch 19: _dispatch(handler, type.method, self) 19: File "/opt/local/lib64/proton/bindings/python/proton/_events.py", line 115, in _dispatch 19: m(*args) 19: File "/home/chug/git/qpid-dispatch/tests/system_tests_one_router.py", line 863, in on_timer_task 19: self.parent.create_sender(event) 19: File "/home/chug/git/qpid-dispatch/tests/system_tests_one_router.py", line 909, in create_sender 19: self.sender = event.container.create_sender(self.conn, self.dest) 19: AttributeError: 'NoneType' object has no attribute 'create_sender' Does the event still have a container? Is there another way to get at the container from the event?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
