E3SM-Project / E3SM-Project/EKAT
Add optional re-run argument to EkatCreateUnitTest
Open
enhancement
- Dominant language
- C++
- Stars
- 22
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes, an unlucky pick of inputs might lead to a result that exceeds the tolerance of the test. We've decided that, in some cases, it's better to try re-running the test instead of instead of increasing the tolerance.
Something like this:
```
EkatCreateUnitTest(my_test MAX_RERUN 2 ..) # allows 2 runs
```
Contributor guide
Assessment
This issue has not been assessed yet.