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
When looking into the files that capture the output as per above, e.g. esmpy8.5.0b0-petx1.test, esmpy8.5.0b0-petx4.test, or esmpy8.5.0b0-petx6.test, I find this:
report saved to: .report.json
====== 118 passed, 4 skipped, 9 xfailed, 14 warnings in 248.44s (0:04:08) ======
However, the summary for ESMPy that results from it is this:
esmpy tests: PASS 296 FAIL 0
It is not at all clear to me what is going on here. Is the summary correct, should there be failures reported in the summary. How does the PASS/FAIL count in the summary relate to the actual tests that are run?
The text was updated successfully, but these errors were encountered:
For a run of the ESMPy testing where all tests passed, this seems to be working correctly as: The PASS count in the summary gives the total number of PASSed tests across the three runs (petx1, petx4 and petx6) and the FAIL count is 0. However, things seem to be working wrong when there are failed tests. I'm going to close this issue and open a new one (#95 ) about problems when there are failed ESMPy tests.
Currently we are running automated ESMPy testing on some of the Cheyenne combos.
The
esmpy-test.log
shows output like this:When looking into the files that capture the output as per above, e.g.
esmpy8.5.0b0-petx1.test
,esmpy8.5.0b0-petx4.test
, oresmpy8.5.0b0-petx6.test
, I find this:However, the summary for ESMPy that results from it is this:
It is not at all clear to me what is going on here. Is the summary correct, should there be failures reported in the summary. How does the PASS/FAIL count in the summary relate to the actual tests that are run?
The text was updated successfully, but these errors were encountered: