testcontainers/testcontainers-java

Support parallel JUnit 5 tests

Open

#1,495 opened on May 22, 2019

View on GitHub
 (41 comments) (86 reactions) (0 assignees)Java (7,535 stars) (1,588 forks)batch import
help wantedresolution/acknowledged

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.

Contributor guide

Support parallel JUnit 5 tests · testcontainers/testcontainers-java#1495 | Good First Issue