21: ___________ OneRouterTest.test_43_dropped_presettled_receiver_stops ____________
21:
21: self = <system_tests_one_router.OneRouterTest testMethod=test_43_dropped_presettled_receiver_stops>
21:
21: def test_43_dropped_presettled_receiver_stops(self):
21: local_node = Node.connect(self.address, timeout=TIMEOUT)
21: res = local_node.query('org.apache.qpid.dispatch.router')
21: deliveries_ingress = res.attribute_names.index('deliveriesIngress')
21: presettled_dropped_count = res.attribute_names.index('droppedPresettledDeliveries')
21: ingress_delivery_count = res.results[0][deliveries_ingress]
21: test = DroppedPresettledTest(self.address, 200, ingress_delivery_count, presettled_dropped_count)
21: test.run()
21: > self.assertIsNone(test.error)
21: E AssertionError: 'Messages sent to the router is 200, Messages processed by the router is 107' is not None
21:
21: /home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_one_router.py:666: AssertionError
21: - generated xml file: /__w/qpid-dispatch/qpid-dispatch/qpid-dispatch/build/tests/junitxmls/system_tests_one_router.xml -
21: =========================== short test summary info ============================
21: FAILED ::OneRouterTest::test_43_dropped_presettled_receiver_stops - Assertion...
21: =================== 1 failed, 55 passed in 77.73s (0:01:17) ====================
10/38 Test #21: system_tests_one_router .................***Failed 78.00 sec