ros2 / rosidl

Packages which provide the ROS IDL (.msg) definition and code generation.
Apache License 2.0
76 stars 125 forks source link

:farmer: `rosidl_generator_cpp.cpplint_rosidl_generated_cpp` test timeout after parallel executor #790

Closed Crola1702 closed 4 months ago

Crola1702 commented 7 months ago

Bug report

Required Info:

Steps to reproduce issue

  1. Run a build in https://ci.ros2.org/view/nightly/job/nightly_win_deb/
  2. See projectroot.cpplint_rosidl_generated_cpp time out

Expected behavior

Test should pass

Actual behavior

Test is timing out

Additional information

Reference build: https://ci.ros2.org/view/nightly/job/nightly_win_deb/3031/

Test regressions:

Log output (failure):

cpplint_rosidl_generated_cpp ......................***Timeout 120.02 sec

On the builds before the change to sequential executor, there was no timeout (build 3012):

cpplint_rosidl_generated_cpp ......................   Passed   84.45 sec

Note: These tests are failing consistently in nightly_win_deb

Crola1702 commented 4 months ago

Last time this issue happened was in 2024-04-12. Closing