We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seen on two recent PRs (one failed in rolling CI job, one in the jazzy CI job)
Jazzy
Ubuntu 24.04
Source
No response
main
None
Run CI
CI passes
====================================================================== FAIL: test_gtest_pass (moveit_servo.TestGTestProcessPostShutdown.test_gtest_pass) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/runner/work/moveit2/moveit2/.work/target_ws/src/moveit2/moveit_ros/moveit_servo/tests/launch/servo_cpp_integration.test.py", line 133, in test_gtest_pass launch_testing.asserts.assertExitCodes(proc_info, process=servo_gtest) File "/opt/ros/jazzy/lib/python3.12/site-packages/launch_testing/asserts/assert_exit_codes.py", line 62, in assertExitCodes assert info.returncode in allowable_exit_codes, 'Proc {} exited with code {}'.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Proc moveit_servo_cpp_integration_test-5 exited with code 1 ---------------------------------------------------------------------- Ran 1 test in 0.001s FAILED (failures=1) -- run_test.py: return code 1 -- run_test.py: verify result file '/home/runner/work/moveit2/moveit2/.work/target_ws/build/moveit_servo/test_results/moveit_servo/tests_launch_servo_cpp_integration.test.py.xunit.xml' >>> build/moveit_servo/test_results/moveit_servo/tests_launch_servo_cpp_integration.test.py.xunit.xml: 2 tests, 0 errors, 1 failure, 0 skipped - moveit_servo.TestGTestProcessPostShutdown test_gtest_pass <<< failure message Traceback (most recent call last): File "/home/runner/work/moveit2/moveit2/.work/target_ws/src/moveit2/moveit_ros/moveit_servo/tests/launch/servo_cpp_integration.test.py", line 133, in test_gtest_pass launch_testing.asserts.assertExitCodes(proc_info, process=servo_gtest) File "/opt/ros/jazzy/lib/python3.12/site-packages/launch_testing/asserts/assert_exit_codes.py", line 62, in assertExitCodes assert info.returncode in allowable_exit_codes, 'Proc {} exited with code {}'.format( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Proc moveit_servo_cpp_integration_test-5 exited with code 1 >>>
The text was updated successfully, but these errors were encountered:
Duplicate of #3005.
Sorry, something went wrong.
@rhaschke I missed that one - good call
No branches or pull requests
Description
Seen on two recent PRs (one failed in rolling CI job, one in the jazzy CI job)
ROS Distro
Jazzy
OS and version
Ubuntu 24.04
Source or binary build?
Source
If binary, which release version?
No response
If source, which branch?
main
Which RMW are you using?
None
Steps to Reproduce
Run CI
Expected behavior
CI passes
Actual behavior
Backtrace or Console output
No response
The text was updated successfully, but these errors were encountered: