-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👨🌾 launch_testing_ros set_param_launch_test fails on Windows release #280
Comments
It probably requires a continuation of launch_ros#273 |
This test caused a build hang yesterday: https://ci.ros2.org/job/nightly_win_deb/2151/ |
The window hangs issues seems to be unrelated to this particular issue and will be tracked here: #285 I'll close this issue for now. |
Reopening as I saw this error here: https://ci.ros2.org/job/ci_windows/16088/. |
Some recent metrics about this error in the nightlies: The last time it happened on the Windows release job: Before that Last time it happened on the Windows repeated jobs: |
Disabled the test on Windows here : ros2/examples#333. It was originally added here with green CI : ros2/examples#324 |
Reopening - I think this issue is about the launch_testing_ros |
The test is disabled for windows : https://github.com/ros2/examples/blob/6e76f78950a949007825f623b38f8f2305eac387/launch_testing/launch_testing_examples/launch_testing_examples/set_param_launch_test.py#L43, maybe we need a new release of |
Oops, my bad. I thought it was in another package for some reason. Sorry about that! |
I've seen this failure a couple times on my Ubuntu machine while repeatedly running tests in an attempt to recreate a different intermittent failure with one of the timer tests. |
Bug report
Required Info:
rclpy
Steps to reproduce issue
It's a test failure appearing in the
nightly_win_rel
jobs of the buildfarm.https://ci.ros2.org/view/nightly/job/nightly_win_rel/2094/
Expected behavior
Test passes.
Actual behavior
The test
set_param_launch_test.TestFixture.test_set_parameter
fails with the following stacktrace:It has failed in the latest 9 nightly jobs.
The text was updated successfully, but these errors were encountered: