testcontainers/testcontainers-java

Support parallel JUnit 5 tests

开放

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

 (43 条评论) (86 个反应) (0 位负责人)Java (1,588 个派生)batch import
help wantedresolution/acknowledged

仓库指标

星标
 (7,535 个星标)
PR 合并指标
 (平均合并 2天 17小时) (30 天内合并 2 个 PR)

描述

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.

贡献者指南