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

Moves check_input_data to SystemTestsCommon when running a test #4481

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

jasonb5
Copy link
Collaborator

@jasonb5 jasonb5 commented Aug 29, 2023

When running a test, check_all_input_data is called from run_indv
of SystemTestsCommon rather than case.submit. This will solve
issues when the second or nth case of a test needs additional data.
If the test cannot download the data, the user is presented an error
suggesting to run ./check_input_data manually from within the
caseroot.

Test suite: pytest tests
Test baseline: n/a
Test namelist changes: n/a
Test status: n/a

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

@jasonb5 jasonb5 marked this pull request as ready for review September 6, 2023 21:38
@jasonb5 jasonb5 merged commit d3d49c2 into master Sep 8, 2023
9 checks passed
@jasonb5 jasonb5 deleted the fix_inputdata_check branch September 8, 2023 20:33
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.

CIME does not always download all the necessary input files for test cases that modify case2
2 participants