E3SM-Project / E3SM-Project/scorpio
Allow running tests in parallel
Open
enhancement
Low Priority
- Dominant language
- C++
- Stars
- 22
- Forks
- 20
- Avg merge
- 12d 19m
- Merged PRs (30d)
- 1
Description
Allow tests to run in parallel using ctest. The user should be able to run tests in parallel by using,
ctest --parallel
Currently only "ctest --parallel 1" works. To enable tests to run in parallel we will need to
* Make sure that different tests operate on different files
* Make sure that different tests use different modules (used to store global variables across unit tests within a test)
For now when tests are run in parallel, logging will not be supported (pio log files are always named pio_log_*).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.