Closed Yadunund closed 1 month ago
CI is failing with rmw_fastrtps_cpp
even for test cases unmodified in this PR. Is there a regression with FastDDS
?
we suspected https://github.com/ros2/rmw_fastrtps/commit/565bbc22357413aa7342e9dd0d6518b71f7f10a6 but https://github.com/ros2/rmw_fastrtps/pull/780 looks fine with CI.
in Fast-DDS 2.14.x, there are few commits https://github.com/eProsima/Fast-DDS/commits/2.14.x/, but i am not sure which one triggers that.
@fujitatomoya thanks for the insights. I will run CI on this PR after another review.
Hi @Yadunund. I think we need to change the logic in rcl_action as well.
After the change, we should conquer the failures in rcl_action test_graph.
Hi @Yadunund. I think we need to change the logic in rcl_action as well.
After the change, we should conquer the failures in rcl_action test_graph.
Nice catch. Done https://github.com/ros2/rcl/pull/1192/commits/1ad5d9e833a4b13bd0123e7ae44e55c5e27e4736
Pulls: https://github.com/ros2/rcl/pull/1192 Gist: https://gist.githubusercontent.com/clalancette/9c99ce9f776fd5378e610788e890ce4e/raw/af98cfe6a867bdd7473bff053cbcbfff72fcc363/ros2.repos BUILD args: --packages-up-to rcl rcl_action TEST args: --packages-select rcl rcl_action ROS Distro: rolling Job: ci_launcher ci_launcher ran: https://ci.ros2.org/job/ci_launcher/14638
Addresses https://github.com/ros2/rcl/issues/1189