testcontainers/testcontainers-java

Support parallel JUnit 5 tests

Open

#1,495 创建于 2019年5月22日

在 GitHub 查看
 (41 评论) (86 反应) (0 负责人)Java (7,535 star) (1,588 fork)batch import
help wantedresolution/acknowledged

描述

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.

贡献者指南