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
I did take a quick look into it a while ago, and I think it is a real bug. If you look closely at when it fails, the timer is supposed to take at least 0.75 seconds. If you look at the output there, it only took 0.4 seconds, so it is clearly expiring much too early. macOS has the most "interesting" CPU scheduler of our target platforms, so that is likely why we only see it there.
Bug report
Required Info:
Steps to reproduce issue
Latest failure: https://ci.ros2.org/job/nightly_osx_release/1962/testReport/rclcpp/TestMultiThreadedExecutor/timer_over_take/
Looks like it has been failing for a while now, but not consistently:
https://ci.ros2.org/job/nightly_osx_release/1962/testReport/rclcpp/TestMultiThreadedExecutor/timer_over_take/history
Additional information
Looks like the same as #1110, but only noticing the failure on macOS now.
The text was updated successfully, but these errors were encountered: