-
Notifications
You must be signed in to change notification settings - Fork 163
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
Re-enable rcl unit test "test_events" for macOS #431
Comments
For reference: 209ec28 |
Quick check on OSX testing just rcl @mm318 FYI |
The tests passed once (#433 (comment)), got merged, and then failed again (ros2/build_farmer#199). |
I'm not sure if it's of any consequence, but the reported failure on build cop is part of a release build. |
Yeah, that's almost certainly the case. The release builds (particularly on macOS) expose a lot more bugs than the debug builds. |
Are there other unit tests that create a context, node, and publisher/subscriber pair, send a Is there some way to run this test with I feel like this test failure is exposing a bigger problem (on macOS) than the test itself. |
test_communication/test/test_publisher_subscriber launches pub/sub pairs for
Try setting the env variable GTEST_SHUFFLE=1 (reference). |
Are ros2/build_farmer#199 and this tracking the same issue? Should one be closed in preference of the other? |
Yeah, let's close this one, as this test is already enabled, which is why it showed up under |
The
test_events
unit test inrcl
was flaky when run on the macOS build machine, so it was disabled (intended to be temporarily disabled). This issue to is track re-enabling the test after improving its robustness.The text was updated successfully, but these errors were encountered: