You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto recorder = std::make_shared<rosbag2_transport::Recorder>(
And I see that the Rosbag2 recorder subscribed to the [INFO] [1733734416.350351887] [rosbag2_recorder]: Subscribed to topic '/composable_recorder_test_string_topic'
However, we publish on this topic only from the other test recorder_can_automatically_start_recording_after_composition
@claraberendsen@clalancette@cottsay This is an example of the Rpr job failure that I mentioned on today's ROS PMC meeting with suspicion that the Rpr job runs multiple tests at a time.
Description
Rpr and Jpr jobs seems running multiple tests in parallel
Expected Behavior
Rpr and Jpr jobs run tests sequentially
Actual Behavior
Reference to the failing Rpr job https://build.ros2.org/job/Rpr__rosbag2__ubuntu_noble_amd64/477/testReport/junit/(root)/projectroot/test_record_all__rmw_fastrtps_cpp/
From the log I see that in the
published_messages_from_multiple_topics_are_recorded
test, we've got more messages that we expected.rosbag2/rosbag2_transport/test/rosbag2_transport/test_record_all.cpp
Lines 38 to 55 in 8f1527e
And I see that the Rosbag2 recorder subscribed to the
[INFO] [1733734416.350351887] [rosbag2_recorder]: Subscribed to topic '/composable_recorder_test_string_topic'
However, we publish on this topic only from the other test
recorder_can_automatically_start_recording_after_composition
rosbag2/rosbag2_transport/test/rosbag2_transport/test_composable_recorder.cpp
Lines 268 to 276 in 8f1527e
To Reproduce
N/A
** Steps to reproduce the behavior, e.g.
System (please complete the following information)
Additional context
** Add any other context about the problem here **
The text was updated successfully, but these errors were encountered: