rosbag2 icon indicating copy to clipboard operation
rosbag2 copied to clipboard

records_sensor_data test is flaky

Open tfoote opened this issue 3 years ago • 1 comments

Description

records_sensor_data test fails about once per week in nightly builds: https://ci.ros2.org/job/nightly_linux-aarch64_repeated/1590/testReport/rosbag2_transport/RecordIntegrationTestFixture/records_sensor_data/history/

Screenshot from 2021-05-10 14-57-15

Expected Behavior

It should pass every nightly.

Actual Behavior

Be repeatable.

To Reproduce

Run the CI repeated nightly tests: https://ci.ros2.org/job/nightly_linux-aarch64_repeated/

System (please complete the following information)

  • OS: Ubuntu Focal
  • ROS 2 Distro: Nightly
  • Version: head

Additional context

  • From the buildfarmer monitoring.

tfoote avatar May 10 '21 21:05 tfoote

This problem maybe similar to #790.
While publisher sends messages, subscription of rosbag may not connect to publisher.

Unfortunately, I cannot reproduce this after run test_record 100 times in my local environment.
After fixing #790, I can update test codes of test_record.

Barry-Xu-2018 avatar Jun 29 '21 05:06 Barry-Xu-2018

  • Closing as not reproducible any more image

MichaelOrlov avatar Apr 13 '23 18:04 MichaelOrlov