-
Notifications
You must be signed in to change notification settings - Fork 475
Switch to isolated testing via rmw_test_fixture #2929
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
base: rolling
Are you sure you want to change the base?
Conversation
Signed-off-by: Yadunund <[email protected]>
|
Pulls: #2929 |
Signed-off-by: Yadunund <[email protected]>
|
Pulls: #2929 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment
| <test_depend>ament_cmake_gmock</test_depend> | ||
| <test_depend>ament_cmake_google_benchmark</test_depend> | ||
| <test_depend>ament_cmake_gtest</test_depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still un-isolated gmock/gtest tests in this package, so I think these dependencies should stay.
Description
This PR effectively reverts #2776 and relies on
rmw_test_fixtureto start a zenoh router when testing withrmw_zenoh.Fixes # (issue)
Partially addresses ros2/ros2#1664
Is this user-facing behavior change?
No
Did you use Generative AI?
No
Additional Information
rclcpp/CMakeLists.txtalready callsfind_package(ament_cmake_ros REQUIRED).