Closed bartlettroscoe closed 3 years ago
@bartlettroscoe, thanks for calling this to our attention. We've got a significant Intrepid2 PR (#8457) that's under review right now; this affects the test that's implicated here. This afternoon, I did set up a Trilinos build on vortex, so that I can check to see how these tests are doing in the PR. I'm taking vacation through January 4, so I will plan to look at this more when I return.
Tests with issue trackers Failed: twif=4
This is an automated comment generated by Grover. Each week, Grover collates and reports data from CDash in an automated way to make it easier for developers to stay on top of their issues. Grover saw that there are tests being tracked on CDash that are associated with this open issue. If you have a question, please reach out to Ross. I'm just a cat.
Tests with issue trackers Failed: twif=6
This is an automated comment generated by Grover. Each week, Grover collates and reports data from CDash in an automated way to make it easier for developers to stay on top of their issues. Grover saw that there are tests being tracked on CDash that are associated with this open issue. If you have a question, please reach out to Ross. I'm just a cat.
This should be fixed as part of #8457.
As suggested above, in my testing of #8457 on vortex, it did appear that this was resolved, but since then I've found this to be fragile. I believe #8574 is a complete, durable fix.
CC: @E10
FYI: As shown here and here showing:
Name | Status | Time | Proc Time | Details | Labels | History | Summary | Processors |
---|---|---|---|---|---|---|---|---|
Intrepid2_unit-test_MonolithicExecutable_Intrepid2_Tests_MPI_1 | Failed | 10m 40ms | 10m 40ms | Completed (Timeout) | Intrepid2 | Broken | Unstable | 1 |
Intrepid2_unit-test_Cell_TensorTopology_TensorTopologyTests_MPI_1 | Missing | |||||||
Intrepid2_unit-test_Discretization_Basis_BasisEquivalenceTests_MPI_1 | Missing | |||||||
Intrepid2_unit-test_Discretization_Basis_HierarchicalBases_Hierarchical_Basis_Tests_MPI_1 | Missing | |||||||
Intrepid2_unit-test_Shared_Polylib_LegendreJacobiPolynomials_JacobiLegendrePolynomial_Tests_MPI_1 | Missing | |||||||
Intrepid2_unit-test_Shared_ViewIterator_Hierarchical_Basis_Tests_MPI_1 | Missing |
it looks like the test:
Intrepid2_unit-test_Discretization_Basis_HierarchicalBases_Hierarchical_Basis_Tests_MPI_1
got renamed or split up because it went messing on Trilinos testing day 2021-01-11. And the new git commits shown here show the PR #8457 getting pulled in.
@e10harvey, @CamelliaDPG,
Just an FYI, but with the test name changing, trilinos_atdm_builds_status.sh will no longer report the actual status of these test but instead show this test as "Missing".
@bartlettroscoe Thanks for the heads-up on this. We folded the test you mentioned into the MonolithicExecutable
test. I see from the report above that we need to set the flag for serial running in the CUDA testing settings. I'll get a PR going for that.
CC: @trilinos/intrepid2, @mperego (Trilinos Discretizations Product Lead), @CamelliaDPG, @jhux2