You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite frequently, the test suite fails on rolling. This might well be a race condition that is present everywhere and only surfaces in rolling.
FAILED ros2_easy_test/tests/test_interactions.py::TestSingleNode::test_multiple_messages_stress_test - AssertionError: Only 161 messages out of 1000 expected ones were published on topic /mouth after a total timeout of 55.0 seconds
FAILED ros2_easy_test/tests/demo/hypothesis_test.py::test_on_same_node - hypothesis.errors.Flaky: Inconsistent results from replaying a test case!
last: INTERESTING from AssertionError at /__w/ros2-easy-test/ros2-easy-test/ros2_easy_test/ros2_easy_test/env.py:191
context: Empty at /__w/ros2-easy-test/ros2-easy-test/ros2_easy_test/ros2_easy_test/env.py:189
this: INTERESTING from AssertionError at /__w/ros2-easy-test/ros2-easy-test/ros2_easy_test/tests/demo/hypothesis_test.py:43
The text was updated successfully, but these errors were encountered:
Quite frequently, the test suite fails on rolling. This might well be a race condition that is present everywhere and only surfaces in rolling.
The text was updated successfully, but these errors were encountered: