E3SM-Project / E3SM-Project/scorpio

Allow running tests in parallel

Open
#208 0 comments 0 reactions 1 assignee Claimed by @jayeshkrishna View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.