Generated by Generative AI
No
Operating System:
Windows 10, Windows 11
ROS version or commit hash:
Rolling
RMW implementation (if applicable):
None
RMW Configuration (if applicable):
No response
Client library (if applicable):
No response
'ros2 doctor --report' output
No response
Steps to reproduce issue
- Run a Windows release job on ci.ros2.org
- See job error
Expected behavior
Test to pass
Actual behavior
Test errors since the response time is below the expected time.
assert 0.1 <= (8170542.875 - 8170542.781)
Failing test: rclpy.rclpy.test.test_executor.TestExecutor.test_create_task_coroutine_wake_from_another_thread
Additional information
Reference build: https://ci.ros2.org/job/nightly_win_rel/3638/
First failure: https://ci.ros2.org/job/nightly_win_rel/3633/
I think the improvements put in #1469 made the assumptions of time of this test not true.
This is affecting both the Windows nightlies and the Windows 2025 canaries.