Commit 3b47785
authored
Relax Testcontainers parallelism limit from 1 to 2 (#12034)
Relaxed test containers hard limit of one.
Merge branch 'master' into alexeyk/test-containers-limit-2
Make Testcontainers parallelism limit configurable via Gradle property
Read maxParallelUsages from the testcontainersMaxParallelUsages Gradle
property (default 2) so it can be tuned in CI or locally without a code
change, per review feedback.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: alexey.kuznetsov <alexey.kuznetsov@datadoghq.com>1 parent 84de0a8 commit 3b47785
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments