jiridanek commented on pull request #1061:
URL: https://github.com/apache/qpid-dispatch/pull/1061#issuecomment-790481489
This did not help. The first fail in macOS test log is
```
14: Test command:
/Users/travis/build/apache/qpid-dispatch/p3venv/bin/python3
"/Users/travis/build/apache/qpid-dispatch/build/tests/run.py" "-m" "unittest"
"-v" "system_tests_link_routes"
14: Test timeout computed to be: 600
14: test_address_propagation
(system_tests_link_routes.ConnectionLinkRouteTest) ... ERROR
14: test_config_file_bad (system_tests_link_routes.ConnectionLinkRouteTest)
... ok
14: test_mgmt (system_tests_link_routes.ConnectionLinkRouteTest) ... ERROR
14: test_send_receive (system_tests_link_routes.ConnectionLinkRouteTest) ...
ERROR
14:
14: Router QDR.A debug dump file:
14: >>>>
14: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1
(SUPPRESSED)
14: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1
(SUPPRESSED)
14:
14: <<<<
14: test_both_link_routes_active (system_tests_link_routes.Dispatch1428) ...
ERROR
14:
14: Router QDR.B debug dump file:
14: >>>>
14: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 2
(SUPPRESSED)
14: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 2
(SUPPRESSED)
14:
14: <<<<
14/73 Test #14: system_tests_link_routes
..........................***Timeout 600.23 sec
test 15
Start 15: system_tests_link_routes_add_external_prefix
15: Test command:
/Users/travis/build/apache/qpid-dispatch/p3venv/bin/python3
"/Users/travis/build/apache/qpid-dispatch/build/tests/run.py" "-m" "unittest"
"-v" "system_tests_link_routes_add_external_prefix"
15: Test timeout computed to be: 600
15: ERROR
15:
15: ======================================================================
15: ERROR: setUpClass
(system_tests_link_routes_add_external_prefix.LinkRouteTest)
15: ----------------------------------------------------------------------
15: Traceback (most recent call last):
15: File
"/Users/travis/build/apache/qpid-dispatch/tests/system_tests_link_routes_add_external_prefix.py",
line 115, in setUpClass
15: cls.routers[2].wait_address("foo", remotes=1, delay=0.5, count=2)
15: File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py",
line 688, in wait_address
15: assert retry(check, **retry_kwargs)
15: File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py",
line 146, in retry
15: ret = function()
15: File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py",
line 678, in check
15: addrs = self.management.query(
15: File "/Users/travis/build/apache/qpid-dispatch/tests/system_test.py",
line 519, in management
15: self._management = Node.connect(self.addresses[0], timeout=TIMEOUT)
15: File
"/Users/travis/build/apache/qpid-dispatch/python/qpid_dispatch/management/client.py",
line 131, in connect
15: edge_router=edge_router), path)
15: File
"/Users/travis/build/apache/qpid-dispatch/python/qpid_dispatch/management/client.py",
line 146, in __init__
15: self.client = SyncRequestResponse(connection, self.url.path)
15: File
"/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
line 552, in __init__
15: self.sender = self.connection.create_sender(self.address)
15: File
"/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
line 384, in create_sender
15: options=options))
15: File
"/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
line 94, in __init__
15: super(BlockingSender, self).__init__(connection, sender)
15: File
"/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
line 41, in __init__
15: msg="Opening link %s" % link.name)
15: File
"/Users/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
line 487, in wait
15: "Connection %s disconnected: %s" % (self.url, self.disconnected))
15: proton._exceptions.ConnectionException: Connection amqp://0.0.0.0:21370
disconnected: Condition('amqp:connection:framing-error', 'connection aborted')
15:
15: ----------------------------------------------------------------------
15: Ran 0 tests in 120.166s
15:
15: FAILED (errors=1)
15/73 Test #15: system_tests_link_routes_add_external_prefix ......***Failed
120.36 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]