-
Notifications
You must be signed in to change notification settings - Fork 1
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
ICI_workflow: No issues are reported any more #37
Comments
@christophfroehlich this is weird there is no logic changed in the code. It Is very unlikely that this happens. I'll take a look and get back to you |
I guess it relates to the condition to be precise:
That only triggers on a build test or on a failed test. However, in the run test-results seem not to be evaluated due to the exception being raised. Probably we should add checking for Edit: I take that back. |
I tried to reproduce this locally, but I didn't succeed. Adding a segfault to a test or raising an exception all resulted in |
Seems to be fixed with ros-industrial/industrial_ci#854 👍 |
Humble workflow fails during testing, like here
https://github.com/ros-controls/ros2_control_ci/actions/runs/8304468913/job/22730143420
[ RUN ] TestLoadController.multi_ctrls_test_type_in_param
...
[INFO] [1710554585.628199404] [test_controller_manager]: Configuring controller 'ctrl_1'
terminate called after throwing an instance of 'std::runtime_error'
what(): Can not get command interface configuration until the controller is configured.
Why are no issues reported any more? 🤔
The text was updated successfully, but these errors were encountered: