testcontainers/testcontainers-java

Support parallel JUnit 5 tests

Open

#1 495 ouverte le 22 mai 2019

Voir sur GitHub
 (41 commentaires) (86 réactions) (0 assignés)Java (1 588 forks)batch import
help wantedresolution/acknowledged

Métriques du dépôt

Stars
 (7 535 stars)
Métriques de merge PR
 (Merge moyen 2j 17h) (2 PRs mergées en 30 j)

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.

Guide contributeur