Closed theurich closed 6 months ago
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.
(@theurich feel free to reopen if you don't feel like this addressed your question sufficiently.)
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?