ganeshmurthy edited a comment on issue #173: Rework Python binding to use only 
core APIs
URL: https://github.com/apache/qpid-proton/pull/173#issuecomment-456837203
 
 
   Hi @astitcher, I got down the very latest code from this PR and ran 
qpid-dispatch master against this PR. All but one test passed. The test is 
called system_tests_authz_service_plugin. This test never fails against proton 
master branch. Here is the traceback from the failure - 
   
   39: Test command: /usr/bin/python 
"/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "unit2" "-v" 
"system_tests_authz_service_plugin"
   39: Test timeout computed to be: 1500
   39: test_authorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest) ... ok
   39: test_dynamic_source_anonymous_sender 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest) ... ok
   39: test_unauthorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest) ... ok
   39: test_wildcard 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest) ... ok
   39: ERROR
   39: test_authorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest) ... ok
   39: test_dynamic_source_anonymous_sender 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest) ... ok
   39: test_unauthorized 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest) ... ok
   39: test_wildcard 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest) ... ok
   39: ERROR
   39: 
   39: ======================================================================
   39: ERROR: tearDownClass 
(system_tests_authz_service_plugin.AuthServicePluginAuthzDeprecatedTest)
   39: ----------------------------------------------------------------------
   39: Traceback (most recent call last):
   39:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
line 609, in tearDownClass
   39:     cls.tester.teardown()
   39:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
line 555, in teardown
   39:     raise RuntimeError("Errors during teardown: \n\n%s" % 
"\n\n".join([str(e) for e in errors]))
   39: RuntimeError: Errors during teardown: 
   39: 
   39: Process 9720 error: exit code 1, expected 0
   39: /usr/bin/env python 
/home/gmurthy/opensource/qpid-dispatch/tests/authservice.py -a 
amqps://127.0.0.1:29873 -c 
/home/gmurthy/opensource/qpid-dispatch/build/tests/system_test.dir/system_tests_authz_service_plugin/AuthServicePluginAuthzDeprecatedTest/setUpClass
   39: 
/home/gmurthy/opensource/qpid-dispatch/build/tests/system_test.dir/system_tests_authz_service_plugin/AuthServicePluginAuthzDeprecatedTest/setUpClass/env-1.cmd
   39: >>>>
   39: starting
   39: set sasl config path to 
/home/gmurthy/opensource/qpid-dispatch/build/tests/system_test.dir/system_tests_authz_service_plugin/AuthServicePluginAuthzDeprecatedTest/setUpClass
   39: Traceback (most recent call last):
   39:   File "/home/gmurthy/opensource/qpid-dispatch/tests/authservice.py", 
line 84, in <module>
   39:     Container(handler).run()
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_reactor.py", 
line 180, in run
   39:     while self.process(): pass
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_reactor.py", 
line 239, in process
   39:     event.dispatch(self._global_handler)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py", 
line 135, in dispatch
   39:     _dispatch(handler, type.method, self)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py", 
line 117, in _dispatch
   39:     handler.on_unhandled(method, *args)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_reactor.py", 
line 664, in on_unhandled
   39:     event.dispatch(self.base)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py", 
line 135, in dispatch
   39:     _dispatch(handler, type.method, self)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py", 
line 115, in _dispatch
   39:     m(*args)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_handlers.py",
 line 767, in on_reactor_quiesced
   39:     readable, writable, expired = self._selector.select(r.timeout)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_io.py", line 
131, in select
   39:     r, w, _ = select_inner(timeout)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_io.py", line 
122, in select_inner
   39:     return IO.select(r, w, [], timeout)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_io.py", line 
51, in select
   39:     return select.select(*args, **kwargs)
   39: select.error: (4, 'Interrupted system call')
   39: <<<<
   39: 
   39: ======================================================================
   39: ERROR: tearDownClass 
(system_tests_authz_service_plugin.AuthServicePluginAuthzTest)
   39: ----------------------------------------------------------------------
   39: Traceback (most recent call last):
   39:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
line 609, in tearDownClass
   39:     cls.tester.teardown()
   39:   File "/home/gmurthy/opensource/qpid-dispatch/tests/system_test.py", 
line 555, in teardown
   39:     raise RuntimeError("Errors during teardown: \n\n%s" % 
"\n\n".join([str(e) for e in errors]))
   39: RuntimeError: Errors during teardown: 
   39: 
   39: Process 9729 error: exit code 1, expected 0
   39: /usr/bin/env python 
/home/gmurthy/opensource/qpid-dispatch/tests/authservice.py -a 
amqps://127.0.0.1:29875 -c 
/home/gmurthy/opensource/qpid-dispatch/build/tests/system_test.dir/system_tests_authz_service_plugin/AuthServicePluginAuthzTest/setUpClass
   39: 
/home/gmurthy/opensource/qpid-dispatch/build/tests/system_test.dir/system_tests_authz_service_plugin/AuthServicePluginAuthzTest/setUpClass/env-2.cmd
   39: >>>>
   39: starting
   39: set sasl config path to 
/home/gmurthy/opensource/qpid-dispatch/build/tests/system_test.dir/system_tests_authz_service_plugin/AuthServicePluginAuthzTest/setUpClass
   39: Traceback (most recent call last):
   39:   File "/home/gmurthy/opensource/qpid-dispatch/tests/authservice.py", 
line 84, in <module>
   39:     Container(handler).run()
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_reactor.py", 
line 180, in run
   39:     while self.process(): pass
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_reactor.py", 
line 239, in process
   39:     event.dispatch(self._global_handler)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py", 
line 135, in dispatch
   39:     _dispatch(handler, type.method, self)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py", 
line 117, in _dispatch
   39:     handler.on_unhandled(method, *args)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_reactor.py", 
line 664, in on_unhandled
   39:     event.dispatch(self.base)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py", 
line 135, in dispatch
   39:     _dispatch(handler, type.method, self)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_events.py", 
line 115, in _dispatch
   39:     m(*args)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_handlers.py",
 line 767, in on_reactor_quiesced
   39:     readable, writable, expired = self._selector.select(r.timeout)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_io.py", line 
131, in select
   39:     r, w, _ = select_inner(timeout)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_io.py", line 
122, in select_inner
   39:     return IO.select(r, w, [], timeout)
   39:   File 
"/opt/qpid-proton/qpid-proton/lib64/proton/bindings/python/proton/_io.py", line 
51, in select
   39:     return select.select(*args, **kwargs)
   39: select.error: (4, 'Interrupted system call')
   39: <<<<
   39: 
   39: ----------------------------------------------------------------------
   39: Ran 8 tests in 0.713s
   39: 
   39: FAILED (errors=2)
   39/55 Test #39: system_tests_authz_service_plugin .................***Failed 
   0.90 sec

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to