You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but that's not the format picked up by the ESMPy test result parsing in collect_artifacts.py. (When all tests pass, that different format appears first, and then there's a final line that starts with {"created":.)
A different but related issue (but with a different cause) is: when an ESMPy test fails with a given processor count, the other processor counts aren't run. Probably we should run all of the processor counts even if there are failed tests. (That's probably an issue in the ESMPy test scripts themselves, not in this repository, but I haven't dug into it.)
The text was updated successfully, but these errors were encountered:
When there are failures in some ESMPy tests, at least under some conditions, the summary gives:
The test results page then shows up as green (as if everything passed) when in fact nothing passed.
I have seen this behavior when:
The issue in both cases seems to be that we don't get a line like this:
In case (2), we do get the results in a different format:
but that's not the format picked up by the ESMPy test result parsing in collect_artifacts.py. (When all tests pass, that different format appears first, and then there's a final line that starts with
{"created":
.)A different but related issue (but with a different cause) is: when an ESMPy test fails with a given processor count, the other processor counts aren't run. Probably we should run all of the processor counts even if there are failed tests. (That's probably an issue in the ESMPy test scripts themselves, not in this repository, but I haven't dug into it.)
The text was updated successfully, but these errors were encountered: