ChugR commented on issue #173: Rework Python binding to use only core APIs
URL: https://github.com/apache/qpid-proton/pull/173#issuecomment-456951784
 
 
   I get the same two errors/stack traces seen by @ganeshmurthy. In addition, I 
occasionally (50%) see a failure in system_tests_delivery_abort. The stack 
trace starts out the same but then diverges for the last three frames:
   
   (M=1914e ?6) chug@unused build> ctest -VV -R system_tests_delivery_abort 
   UpdateCTestConfiguration  from 
:/home/chug/git/qpid-dispatch/build/DartConfiguration.tcl
   Parse Config file:/home/chug/git/qpid-dispatch/build/DartConfiguration.tcl
   UpdateCTestConfiguration  from 
:/home/chug/git/qpid-dispatch/build/DartConfiguration.tcl
   Parse Config file:/home/chug/git/qpid-dispatch/build/DartConfiguration.tcl
   Test project /home/chug/git/qpid-dispatch/build
   Constructing a list of tests
   Done constructing a list of tests
   Updating test list for fixtures
   Added 0 tests to meet fixture requirements
   Checking test dependency graph...
   Checking test dependency graph end
   test 40
       Start 40: system_tests_delivery_abort
   
   40: Test command: /bin/python 
"/home/chug/git/qpid-dispatch/build/tests/run.py" "unit2" "-v" 
"system_tests_delivery_abort"
   40: Test timeout computed to be: 1500
   40: test_01_message_route_truncated_one_router 
(system_tests_delivery_abort.RouterTest) ... ok
   40: test_02_message_route_truncated_two_routers 
(system_tests_delivery_abort.RouterTest) ... ok
   40: test_03_link_route_truncated_one_router 
(system_tests_delivery_abort.RouterTest) ... ok
   40: test_04_link_route_truncated_two_routers 
(system_tests_delivery_abort.RouterTest) ... ok
   40: test_05_message_route_abort_one_router 
(system_tests_delivery_abort.RouterTest) ... ok
   40: test_06_message_route_abort_two_routers 
(system_tests_delivery_abort.RouterTest) ... ERROR
   40: test_07_multicast_truncate_one_router 
(system_tests_delivery_abort.RouterTest) ... ok
   40: ERROR
   40: 
   40: ======================================================================
   40: ERROR: test_06_message_route_abort_two_routers 
(system_tests_delivery_abort.RouterTest)
   40: ----------------------------------------------------------------------
   40: Traceback (most recent call last):
   40:   File 
"/home/chug/git/qpid-dispatch/tests/system_tests_delivery_abort.py", line 117, 
in test_06_message_route_abort_two_routers
   40:     test.run()
   40:   File 
"/home/chug/git/qpid-dispatch/tests/system_tests_delivery_abort.py", line 473, 
in run
   40:     Container(self).run()
   40:   File "/opt/local/lib64/proton/bindings/python/proton/_reactor.py", 
line 180, in run
   40:     while self.process(): pass
   40:   File "/opt/local/lib64/proton/bindings/python/proton/_reactor.py", 
line 239, in process
   40:     event.dispatch(self._global_handler)
   40:   File "/opt/local/lib64/proton/bindings/python/proton/_events.py", line 
135, in dispatch
   40:     _dispatch(handler, type.method, self)
   40:   File "/opt/local/lib64/proton/bindings/python/proton/_events.py", line 
117, in _dispatch
   40:     handler.on_unhandled(method, *args)
   40:   File "/opt/local/lib64/proton/bindings/python/proton/_reactor.py", 
line 664, in on_unhandled
   40:     event.dispatch(self.base)
   40:   File "/opt/local/lib64/proton/bindings/python/proton/_events.py", line 
135, in dispatch
   40:     _dispatch(handler, type.method, self)
   40:   File "/opt/local/lib64/proton/bindings/python/proton/_events.py", line 
115, in _dispatch
   40:     m(*args)
   40:   File "/opt/local/lib64/proton/bindings/python/proton/_handlers.py", 
line 888, in on_connection_bound
   40:     sock = IO.connect(host, int(port))
   40:   File "/opt/local/lib64/proton/bindings/python/proton/_io.py", line 47, 
in connect
   40:     return socket.create_connection((host, port))
   40:   File "/usr/lib64/python2.7/socket.py", line 575, in create_connection
   40:     raise err
   40: socket.error: [Errno 111] Connection refused
   40: 
   40: ======================================================================
   40: ERROR: tearDownClass (system_tests_delivery_abort.RouterTest)
   40: ----------------------------------------------------------------------
   40: Traceback (most recent call last):
   40:   File "/home/chug/git/qpid-dispatch/tests/system_test.py", line 609, in 
tearDownClass
   40:     cls.tester.teardown()
   40:   File "/home/chug/git/qpid-dispatch/tests/system_test.py", line 555, in 
teardown
   40:     raise RuntimeError("Errors during teardown: \n\n%s" % 
"\n\n".join([str(e) for e in errors]))
   40: RuntimeError: Errors during teardown: 
   40: 
   40: Process 10418 error: exit code -11, expected -1
   40: qdrouterd -c B.conf -I /home/chug/git/qpid-dispatch/python
   40: 
/home/chug/git/qpid-dispatch/build/tests/system_test.dir/system_tests_delivery_abort/RouterTest/setUpClass/B-2.cmd
   40: >>>>
   40: <<<<
   40: 
   40: ----------------------------------------------------------------------
   40: Ran 7 tests in 5.779s
   40: 
   40: FAILED (errors=2)
   1/1 Test #40: system_tests_delivery_abort ......***Failed    5.96 sec
   
   0% tests passed, 1 tests failed out of 1
   
   Total Test time (real) =   5.96 sec
   
   The following tests FAILED:
         40 - system_tests_delivery_abort (Failed)
   Errors while running CTest
   

----------------------------------------------------------------
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]

Reply via email to