Jiri Daněk created DISPATCH-2116:
------------------------------------
Summary: Connection failure due to `local-idle-timeout expired`
when sending large messages in system_tests_router_mesh
Key: DISPATCH-2116
URL: https://issues.apache.org/jira/browse/DISPATCH-2116
Project: Qpid Dispatch
Issue Type: Test
Affects Versions: 1.17.0
Reporter: Jiri Daněk
* https://travis-ci.com/github/apache/qpid-dispatch/jobs/504650919#L8233
* https://travis-ci.com/github/apache/qpid-dispatch/jobs/504729665#L8214
{noformat}
64: ======================================================================
64: ERROR: test_06_parallel_priority (system_tests_router_mesh.ThreeRouterTest)
64: Create 10 senders each with a different priority. Send large messages
64: ----------------------------------------------------------------------
64: Traceback (most recent call last):
64: File
"/home/travis/build/apache/qpid-dispatch/tests/system_tests_router_mesh.py",
line 219, in test_06_parallel_priority
64: self.RouterA.wait_address("closest/test_06_address")
64: File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", line
693, in wait_address
64: assert retry(check, **retry_kwargs)
64: File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", line
147, in retry
64: ret = function()
64: File "/home/travis/build/apache/qpid-dispatch/tests/system_test.py", line
683, in check
64: addrs = self.management.query(
64: File
"/home/travis/build/apache/qpid-dispatch/python/qpid_dispatch/management/client.py",
line 287, in query
64: response = self.call(request)
64: File
"/home/travis/build/apache/qpid-dispatch/python/qpid_dispatch/management/client.py",
line 201, in call
64: response = self.client.call(request)
64: File
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
line 595, in call
64: self.sender.send(request)
64: File
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
line 120, in send
64: self.connection.wait(lambda: _is_settled(delivery), msg="Sending on
sender %s" % self.link.name,
64: File
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
line 501, in wait
64: self.container.process()
64: File
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_reactor.py",
line 240, in process
64: event.dispatch(handler)
64: File
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_events.py",
line 162, in dispatch
64: _dispatch(handler, type.method, self)
64: File
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_events.py",
line 123, in _dispatch
64: m(*args)
64: File
"/home/travis/build/apache/qpid-dispatch/qpid-proton/python/proton/_utils.py",
line 529, in on_connection_remote_close
64: raise ConnectionClosed(event.connection)
64: proton._utils.ConnectionClosed: Connection 0.0.0.0 closed due to:
Condition('amqp:resource-limit-exceeded', 'local-idle-timeout expired')
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]