Switch to isolated testing via rmw_test_fixture#2929
Conversation
Signed-off-by: Yadunund <yadunund@gmail.com>
|
Pulls: #2929 |
Signed-off-by: Yadunund <yadunund@gmail.com>
|
Pulls: #2929 |
| <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.
There are still un-isolated gmock/gtest tests in this package, so I think these dependencies should stay.
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
|
Pulls: #2929 |
|
Warnings are unrelated. Merging |
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).