roslibrust icon indicating copy to clipboard operation
roslibrust copied to clipboard

Flaky failure of Integration Test: bad_message_recv

Open Carter12s opened this issue 2 years ago • 0 comments

https://github.com/Carter12s/roslibrust/actions/runs/4556418853/jobs/8036747405?pr=91

test rosbridge::integration_tests::integration_tests::bad_message_recv ... FAILED
test rosbridge::integration_tests::integration_tests::error_on_non_existent_service ... ok
test rosbridge::integration_tests::integration_tests::parallel_construction ... ok
test rosbridge::integration_tests::integration_tests::self_publish ... ok
test rosbridge::integration_tests::integration_tests::test_disconnect_returns_error ... ok
test rosbridge::integration_tests::integration_tests::test_strong_and_weak_client_counts ... ok
test rosbridge::integration_tests::integration_tests::timeouts_new ... ok
test rosbridge::integration_tests::integration_tests::unadvertise ... ignored
test rosbridge::integration_tests::integration_tests::working_with_char ... ok

failures:

---- rosbridge::integration_tests::integration_tests::bad_message_recv stdout ----
Error: Operation timed out: deadline has elapsed

Caused by:
    deadline has elapsed


failures:
    rosbridge::integration_tests::integration_tests::bad_message_recv

test result: FAILED. 7 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.27s

Resolved itself on retry

Carter12s avatar Mar 29 '23 21:03 Carter12s