Commit 06fd038
committed
Make DDL semaphore permit count configurable
Extract hardcoded semaphore permit count (5) in SchemaChangeSynchronizer
into a configurable system property test.max.concurrent.ddl. This allows
tuning DDL concurrency when increasing parallel test thread count,
without modifying source code.1 parent d8140ac commit 06fd038
1 file changed
Lines changed: 6 additions & 2 deletions
File tree
- test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments