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

Remove include_user_mods from matrixcnOn testmod #2815

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

samsrabin
Copy link
Collaborator

Should avoid unnecessary levels of history writing.

Specific notes

Contributors other than yourself, if any: None

CTSM Issues Fixed:

Are answers expected to change (and if so in what way)? Only for our tests.

Any User Interface Changes (namelist or namelist defaults changes)? No

Does this create a need to change or add documentation? Did you do so? No

Testing performed, if any: None yet.

Should avoid unnecessary levels of history writing.
Resolves ESCOMP#2814.
@samsrabin samsrabin added bug something is working incorrectly testing additions or changes to tests PR status: awaiting review Work on this PR is paused while waiting for review. PR status: needs testing test: aux_clm Pass aux_clm suite before merging labels Oct 7, 2024
@samsrabin samsrabin self-assigned this Oct 7, 2024
@@ -1333,7 +1333,7 @@
<machine name="derecho" compiler="intel" category="aux_clm"/>
</machines>
<options>
<option name="wallclock">01:40:00</option>
<option name="wallclock">01:40:01</option>
Copy link
Collaborator Author

@samsrabin samsrabin Oct 8, 2024

Choose a reason for hiding this comment

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

In the likely case this comes in after the b4b-dev merge changing this test to 2:30:00, this change will cause a merge conflict, at which point I'll be able to ensure it gets set to 1:40:00.

@samsrabin samsrabin added the next this should get some attention in the next week or two. Normally each Thursday SE meeting. label Oct 8, 2024
@@ -3332,7 +3332,7 @@
<option name="tput_tolerance">0.1</option>
</options>
</test>
<test name="PFS_Ld10_PS" grid="f19_g17" compset="I2000Clm50BgcCrop" testmods="clm/matrixcnOn">
<test name="PFS_Ld10_PS" grid="f19_g17" compset="I2000Clm50BgcCrop" testmods="clm/default--clm/matrixcnOn">
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was the only test with matrixcnOn* that didn't have another testmod as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is working incorrectly next this should get some attention in the next week or two. Normally each Thursday SE meeting. PR status: awaiting review Work on this PR is paused while waiting for review. PR status: needs testing test: aux_clm Pass aux_clm suite before merging testing additions or changes to tests
Projects
Status: In progress - master/b4b-dev
Development

Successfully merging this pull request may close these issues.

matrixcnOn testmod shouldn't include default testmod
1 participant