-
Notifications
You must be signed in to change notification settings - Fork 0
Increase in test failures on windows debug with actions tests #167
Comments
Not sure what the cause is. First guess is the legacy launch API removal. CI windows debug with lastest code on all repos testing just test_communication and test_rclcpp CI windows debug excluding:
|
Looks like there are 24 more test failures on windows debug after the removal of the launch legacy API. Since the test falures are test_communication it seems like ros2/system_tests#328 might be the cause. @hidmic may I ask you to investigate if these new test failures? |
I'll take a look, though I'd bet that it's not the launch API migration itself that broke the tests, but the fact that the legacy launch API based tests did not check process exit codes on Windows. So if it was failing before, we couldn't have noticed. I'm amazed though, I ran CI many many times with those PRs. |
It only fails on windows with |
@sloretz as I thought, the executables built for debug on Windows don't even run but fail in various ways depending on the BTW I get a lot of test failures on my local setup, and many have nothing to do with launch. Is this normal? |
Unfortunately yeah. There are a lot of failures on windows debug. |
Seems to be resolved after #176 and ros2/rclcpp#682. Resolved during #168. |
Windows debug has a lot of failing tests, but suddenly there are a few more in https://ci.ros2.org/view/nightly/job/nightly_win_deb/1174/#showFailuresLink
New failures
The text was updated successfully, but these errors were encountered: