Add 10.13 to test matrix#517
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #517 +/- ##
==========================================
- Coverage 78.98% 78.91% -0.07%
==========================================
Files 115 115
Lines 6765 6764 -1
Branches 2986 2986
==========================================
- Hits 5343 5338 -5
- Misses 1052 1053 +1
- Partials 370 373 +3 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
|
@urfeex It seems the 10.13.0 is timing out in the CI! |
Ah, that's probably because of the UR15 robot model I chose there. The motion sequence contains linear pose targets that might not be applicable to a UR15. I checked with a UR5e locally. I'll check things again. There also seem to be a failing tests regarding the robot-api that we need to address. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 5cbb8a3. Configure here.
|
@urfeex Let's change the type to a UR7 and get it in. |
|
Tick the box to add this pull request to the merge queue (same as
|

Run integration tests on 10.13, as well.
Note
Low Risk
Changes are limited to CI matrix expansion, test fixtures, and integration test polling; no production library behavior is modified.
Overview
Adds URSim 10.13.0 integration coverage for
ur7ewith the PolyScope X program folder in the CIrun_testsmatrix.Supporting tweaks for the new simulator version: the PolyScope X fixture
update_prog.urpxrenames the embedded application fromapplicationtoupdate_application, andprogram_interactionno longer asserts loaded program name immediately aftercommandLoadProgram—it pollscommandGetLoadedProgramfor up to 1s until the name iswait_program, avoiding flakes when load is asynchronous on newer PolyScope X.Reviewed by Cursor Bugbot for commit 9a1f505. Bugbot is set up for automated code reviews on this repo. Configure here.