-
Notifications
You must be signed in to change notification settings - Fork 53
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
Port remaining tests to common framework #694
Port remaining tests to common framework #694
Conversation
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
one more |
I think something changed. The tests are failing: https://build.osrfoundation.org/job/ignition_rendering-ci-pr_any-ubuntu_auto-amd64/2580/ |
Yeah, I messed something up, looking at it right now. |
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Signed-off-by: Michael Carroll <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ci_matching_branch/ogre23 #694 +/- ##
=============================================================
+ Coverage 69.69% 70.26% +0.57%
=============================================================
Files 214 214
Lines 21550 21550
=============================================================
+ Hits 15019 15142 +123
+ Misses 6531 6408 -123
Continue to review full report at Codecov.
|
Signed-off-by: Michael Carroll <[email protected]>
I have disabled the remaining 3 tests that fail on macOS metal and tracked them in #695 |
Signed-off-by: Michael Carroll <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was testing this with ogre
and ogre2
on Focal and they pass locally. Changes look good to me.
* Port remaining tests to common framework Signed-off-by: Michael Carroll <[email protected]>
* Port remaining tests to common framework Signed-off-by: Michael Carroll <[email protected]>
* Upgrade to Ogre 2.3 * Refactor rendering tests to run against multiple implementations (#685) * Port remaining tests to common framework (#694) Signed-off-by: Matias N. Goldberg <[email protected]> Signed-off-by: Michael Carroll <[email protected]> Co-authored-by: Michael Carroll <[email protected]>
Follow up to #685.
There were two remaining tests that didn't get ported over to utilize the common framework. These have been updated and we can remove the test_config.hh
Signed-off-by: Michael Carroll [email protected]