mpich icon indicating copy to clipboard operation
mpich copied to clipboard

test: reduce the stress in the manyrma2 test

Open hzhou opened this issue 11 months ago • 2 comments

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 description Commit 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.

hzhou avatar Apr 11 '25 17:04 hzhou

test:mpich/ch4/ofi

hzhou avatar Apr 11 '25 17:04 hzhou

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.

raffenet avatar Apr 12 '25 23:04 raffenet