Jiri Daněk created DISPATCH-2332:
------------------------------------
Summary: Malformed management message in
`TopologyDispositionTests` on GHA
Key: DISPATCH-2332
URL: https://issues.apache.org/jira/browse/DISPATCH-2332
Project: Qpid Dispatch
Issue Type: Bug
Components: Tools
Affects Versions: 1.19.0
Reporter: Jiri Daněk
https://github.com/skupperproject/skupper-router/runs/5251787245?check_suite_focus=true#step:27:96
{noformat}
self = <system_tests_topology_disposition.TopologyDisposition object at
0x7ffaf70eb208>
event = PN_DELIVERY(<proton._delivery.Delivery 0x7ffaf61532b0 ~ 0x56263f79f6d0>)
def on_message(self, event):
# ----------------------------------------------------------------
# Is this a management message?
# ----------------------------------------------------------------
if event.receiver in (router['mgmt_receiver'] for router in
self.routers.values()):
if self.state == 'topo checking' :
# In the 'topo checking' state, we send management messages to
# ask the 4 routers about their connections. Then, parsing the
# replies, we make sure that we count the expected 6
connections.
# (The 4 routers are completely connected.)
if 'OK' == event.message.properties['statusDescription']:
> connection_name = event.message.body['name']
E KeyError: 'name'
/home/runner/work/skupper-router/skupper-router/skupper-router/tests/system_tests_topology_disposition.py:984:
KeyError
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]