-
Notifications
You must be signed in to change notification settings - Fork 119
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
[develop] Fixing bug: moved placing fix_lam tests' directories from common place (ufs-srweather-app) to each tests' run directory. #977
Conversation
causing it to overwrite content randomly.
…hera.intel.nco to allow the latter to successfully run without failure.
Switch custom grid WE2E tests for coverage.hera.gnu.com and coverage.hera.intel.nco
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.
These changes look good to me! I was able to run the comprehensive tests on Hera and Orion. All tests successfully passed. Also, thank you for merging my modifications to the coverage.hera.gnu.com
and coverage.hera.intel.nco
suites. Once this PR is merged, all coverage and comprehensive WE2E tests should run and pass without issue.
The WE2E coverage tests were manually run on Derecho and all successfully passed:
The Jenkins tests failed to build on Jet due to exceeding disk quota on the machine. Both Hera Intel and Hera GNU lost communication with Jenkins while attempting to run the |
The Jenkins tests have successfully run on Gaea:
Gaea-C5:
Jet:
Hercules:
And Orion:
Due to Hera allocation issues, the Hera Intel coverage tests were manually ran and all successfully passed:
Moving forward with the merge now. |
DESCRIPTION OF CHANGES:
We noticed when running comprehensive tests that one particular test is failing (nco_grid_RRFS_CONUScompact_25km_ics_HRRR_lbcs_RAP_suite_HRRR), but when submitted separately, that test is working fine. Problem was that tests that use pre-staged files (orography, vegetation, snow,...) their fix files were staged in source directory (ufs-srweather-app/fix) instead of run directory. It works fine as long as tests have different resolution, but tests with same resolution, but different domain dimension (i.e. C403: RRFS_CONUS_25km & RRFS_CONUScompact_25km) have same name and second overwrites first:
Change was made to place fix directory in each tests' run directory.
Type of change
TESTS CONDUCTED:
ISSUE:
#974
CHECKLIST
LABELS (optional):
A Code Manager needs to add the following labels to this PR: