testcontainers/testcontainers-java

Support parallel JUnit 5 tests

Open

#1495 aperta il 22 mag 2019

Vedi su GitHub
 (41 commenti) (86 reazioni) (0 assegnatari)Java (1588 fork)batch import
help wantedresolution/acknowledged

Metriche repository

Star
 (7535 star)
Metriche merge PR
 (Merge medio 2g 17h) (2 PR mergiate in 30 g)

Descrizione

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.

Guida contributor