[JTC] Fix the JTC length_error exceptions in the tests (backport #1360)#1362
Merged
christophfroehlich merged 3 commits intoironfrom Nov 11, 2024
Merged
[JTC] Fix the JTC length_error exceptions in the tests (backport #1360)#1362christophfroehlich merged 3 commits intoironfrom
christophfroehlich merged 3 commits intoironfrom
Conversation
Contributor
Author
|
Cherry-pick of 7ed1a0e has failed: To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Member
|
CI fails because of #1354 |
(cherry picked from commit 7ed1a0e) # Conflicts: # joint_trajectory_controller/test/test_trajectory_controller_utils.hpp
b9a14ae to
c5458ed
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## iron #1362 +/- ##
==========================================
- Coverage 65.09% 65.08% -0.01%
==========================================
Files 107 107
Lines 12184 12191 +7
Branches 7494 7496 +2
==========================================
+ Hits 7931 7935 +4
Misses 1534 1534
- Partials 2719 2722 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
christophfroehlich
approved these changes
Nov 11, 2024
saikishor
approved these changes
Nov 11, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix the exception in JTC tests from time to time
https://github.com/ros-controls/ros2_controllers/actions/runs/11712509515/job/32623343057?pr=1297
This is an automatic backport of pull request #1360 done by Mergify.