-
Notifications
You must be signed in to change notification settings - Fork 174
JP-3312 Support Update from RHEL7 to RHEL9 #8653
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8653 +/- ##
=======================================
Coverage 60.21% 60.21%
=======================================
Files 370 370
Lines 38630 38630
=======================================
Hits 23261 23261
Misses 15369 15369 ☔ View full report in Codecov by Sentry. |
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.
Seems okay to me!
As a proxy for RHEL9 here's a link to the github actions regression tests run with this PR: |
removed comment since it does not affect behavior.
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.
Looking at the regression tests, it looks like there were some CRDS related issues in the psfalign tests, but the remainder all look like the expected diffs listed in JP-3312. The miri_image3_catalog test passed, so I think we can go ahead and merge this one.
Resolves JP-3312
Closes #7753
This PR addresses the failing reg test test_miri_image3_catalog. The tolerance was not being propagated in the function call due to a missing parameter, when added the test passes.
Checklist for PR authors (skip items if you don't have permissions or they are not applicable)
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR