-
Notifications
You must be signed in to change notification settings - Fork 105
Fix some bugs in testing #1423
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
Fix some bugs in testing #1423
Conversation
|
@ekluzek and @samsrabin this PR shows the necessity of having the unit (and functional?) tests be able to be run with a system test (on derecho). |
glemieux
left a comment
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.
One clarifying question
I've made some changes to enable this; submitted as PR adrifoster#4. CTSM PR with the test: ESCOMP/CTSM#3251 |
glemieux
left a comment
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.
Per conversation with @adrifoster, merging this in after fixing some conflicts that came up with merging in main.
|
Great! Now I'll rebase my PR from Adrianna's fork to here. |
|
PR now here at #1426. |
Fixes some bugs in our testing code that arose from recent PRs.
Also fixes some CMakeLists.txt issues due to recent CIME changes.
Description:
Minor bug fixes
Collaborators:
@samsrabin
@billsacks
Expectation of Answer Changes:
None - only changes testing code