-
Notifications
You must be signed in to change notification settings - Fork 216
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
Allow blessing if test only failed GENERATE #4760
base: master
Are you sure you want to change the base?
Conversation
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 would like to have a review from one of the e3sm developers to make sure that this doesn't adversely affect them.
The one failing unit test is |
@jgfouca What do you think about this functionality for E3SM? |
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 think this change is fine for E3SM.
@samsrabin does the unit-testing need to be fixed? |
Just need testing to pass and I'll review. |
I'm having trouble fixing the unit testing because I can't figure out where the |
@samsrabin The test is setup by mocking I would update Then can copy it and update it with |
Sometimes a test might fail only in the GENERATE step; for example, if the user doesn't have write permissions in the baseline directory. This PR makes it so that
bless_test_results
does try to bless things in such cases.Test suite:
Test baseline:
Test namelist changes:
Test status: [bit for bit, roundoff, climate changing]
Fixes: None
User interface changes?: No
Update gh-pages html (Y/N)?: No