-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🧑🌾 test_pub_sub, test_publisher and test_subscription failures #131
Comments
Known issues from: ros2/ros2_tracing#131 Signed-off-by: Crola1702 <[email protected]>
Do we know roughly when these tests started failing? |
Ah I see why they're failing. They probably never passed. The ros2_tracing/test_tracetools/CMakeLists.txt Lines 133 to 157 in b723505
rmw implementations are not fully instrumented in Iron and the default rmw implementation for Iron (and Jazzy) is rmw_fastrtps_cpp , so running tests against the other rmw implementations will fail (except maybe for rmw_cyclonedds_cpp ).
The simplest fix for Iron here is to skip the tests if the "current" |
See #132 for Iron. I'll need to do the same for |
Description
These tests have been failing for a long time in Iron connext and fastrtps-dynamic.
Reference builds:
Test regressions:
All three contain the same log output:
Log output:
The text was updated successfully, but these errors were encountered: