Description
67: # Give some time for the MAU to go over the inter-router link 67: time.sleep(2) 67: logs = qd_manager.get_log() 67: mau_found = False 67: for log in logs: 67: if 'PROTOCOL' in log[0]: 67: if "@transfer" in log[2] and TEST_ADDR_1 in log[2] and "MAU" in log[2]: 67: mau_found = True 67: break 67: 67: > self.assertTrue(mau_found) 67: E AssertionError: False is not true 67: /home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_log_level_update.py:288: AssertionError 67: - generated xml file: /__w/qpid-dispatch/qpid-dispatch/qpid-dispatch/build/tests/junitxmls/system_tests_log_level_update.xml - 67: =========================== short test summary info ============================ 67: FAILED ::EnableConnectionLevelInterRouterTraceTest::test_inter_router_protocol_trace 67: ========================= 1 failed, 7 passed in 12.90s ========================= 33/38 Test #67: system_tests_log_level_update ...........***Failed 13.18 sec
https://github.com/ganeshmurthy/qpid-dispatch/runs/4526076646?check_suite_focus=true#step:27:4255