INVALID: Framework: PR build showing missing test executable but no build failure #10841
Labels
PA: Framework
Issues that fall under the Trilinos Framework Product Area
resolved: invalid
The development team feels the issue raised is invalid and will not address it
type: bug
The primary issue is a bug in Trilinos code or tests
Bug Report
@trilinos/framework, @jhux2, @csiefer2, @e10harvey
Description
There are cases where the PR build results posted to CDash show a not run test due to a missing test executable but no build failure. For example, for the builds:
showing:
...
for PR #10808, it showed the "Not Run" test ThyraEpetraAdapters_EpetraOperatorWrapper_UnitTests_MPI_4 with status Not Run link showing:
Well, how can that file be missing if there is no build error?
That suggests there is some type of framework problem here with how the build is being done, or how results are packaged up to send to CDash, or a problem with transmitting results to CDash, or a problem with how results are process and displayed on CDash.
I guarantee that is zero chance that I can reproduce this test as "Not Run" after running the "all" target without seeing a build error.
Steps to Reproduce
The fact that this strange state was reported in all three PR iterations for the same build suggests that this is a repeatable bug (but only in the autotester).
The text was updated successfully, but these errors were encountered: