Skip to content
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

Fixes test status reporting errors during successful baseline comparison #4686

Merged
merged 5 commits into from
Oct 3, 2024

Conversation

jasonb5
Copy link
Collaborator

@jasonb5 jasonb5 commented Sep 27, 2024

The get_ts_synopsis function's catch-all would report an error when
the baseline comparison was actually success and had a PASS state.

This PR fixes the issue by explicitly checking if the the CPRNC output
reports identical files first. This allows the catch-all to still function for
unknown errors that may appear in the CPRNC output.

Test suite: doctests
Test baseline: n/a
Test namelist changes: n/a
Test status: n/a

Fixes #4685
User interface changes?: n
Update gh-pages html (Y/N)?: n

@jasonb5 jasonb5 self-assigned this Sep 27, 2024
Copy link
Member

@billsacks billsacks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this fix @jasonb5 - looks good!

@jasonb5 jasonb5 merged commit a7bd4df into master Oct 3, 2024
7 checks passed
@jasonb5 jasonb5 deleted the fix_ts_synopsis branch October 3, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confusing BASELINE result: PASS but also "Could not interpret CPRNC output"
3 participants