-
Notifications
You must be signed in to change notification settings - Fork 579
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
Pilz integration tests have started failing sporadically on Rolling due to exit code -11 #3188
Comments
Is there a way to reproduce the issue locally on my machine? |
In these integration tests I often rely on the However, issues pertaining to exit codes can be tricky and sometimes can't be reproduced. Worth a try, though. |
Sorry, I should've been clearer. I meant to ask how do you run the integration test on local machine? |
Aha. You can do something like this to the invocation of Edited for better doc link. There's a section in that doc too for how to prefix a node in a launch file with gdb (or other tools) |
At the current stage I am not able to reproduce this issue locally. For those of you are interested in reproducing this locally i suggest to use this command: colcon build --cmake-clean-cache --mixin debug --packages-select pilz_industrial_motion_planner pilz_industrial_motion_planner_testutils && \
source install/setup.bash && \
colcon test --packages-select pilz_industrial_motion_planner --ctest-args --output-on-failure --interactive-debugger gdb then using |
Description
There have lately been pretty frequent (~50% or so) flakes with some exit codes in Pilz integration tests:
https://github.com/moveit/moveit2/actions/runs/12589290424/job/35088819135?pr=3187#step:11:8621
This seems to be specifically happening in the rolling CI jobs, but it's usually cleared away after 1 or 2 retries.
Creating this issue to keep track.
ROS Distro
Rolling
OS and version
Ubuntu 24.04
Source or binary build?
Source
If binary, which release version?
No response
If source, which branch?
No response
Which RMW are you using?
None
Steps to Reproduce
Run CI
Expected behavior
CI is green
Actual behavior
CI is not always green
Backtrace or Console output
No response
The text was updated successfully, but these errors were encountered: