testcontainers/testcontainers-java
Ver no GitHubSupport parallel JUnit 5 tests
Open
#1.495 aberto em 22 de mai. de 2019
help wantedresolution/acknowledged
Métricas do repositório
- Stars
- (7.535 stars)
- Métricas de merge de PR
- (Mesclagem média 2d 17h) (2 fundiu PRs em 30d)
Description
https://www.testcontainers.org/test_framework_integration/junit_5/ states:
Note: This extension has only be tested with sequential test execution. Using it with parallel test execution is unsupported and may have unintended side effects.
To me, the entire point of using Test Containers is to speed up parallel builds. I could easily get sequential tests working without it.
Please add support for parallel JUnit builds.