mpich
mpich copied to clipboard
test: reduce the stress in the manyrma2 test
Pull Request Description
The manyrma2 tests are often falsely triggered due to performance issue, especially for some configuration such as the asan tests. Lower the MAX_RUNS from 8 to 2 since our CI tests should focus on correctness. We'll focus on catching performance CI in the bench tests.
[skip warnings]
Author Checklist
- [x] Provide Description Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
- [x] Commits Follow Good Practice
Commits are self-contained and do not do two things at once.
Commit message is of the form:
module: short descriptionCommit message explains what's in the commit. - [ ] Passes All Tests Whitespace checker. Warnings test. Additional tests via comments.
- [x] Contribution Agreement For non-Argonne authors, check contribution agreement. If necessary, request an explicit comment from your companies PR approval manager.
test:mpich/ch4/ofi
The performance tests are not stress tests, so they will not make up for the reduced stress in this test. I don't think this is the right change.