containers / containers/podman-compose
Integration tests should run in parallel
Open
enhancement
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
Currently integration tests run sequentially which causes total runtime to be in excess of 5 minutes. This is unacceptable for development velocity. Also it is completely unnecessary, as there's little CPU calculations needed in most tests.
Tests should be run in parallel in CI and locally.
Contributor guide
Assessment
This issue has not been assessed yet.