Commit cbea639
authored
Add the ability to run REST integration tests with 1 allocated processor (#89234)
This commit adds a new system property `tests.configure_test_clusters_with_one_processor`
that configures REST integration tests to run with 1 allocated processor, this should help finding possible
deadlocks (if any) when the Elasticsearch nodes have `node.processors` set to 1.1 parent f849847 commit cbea639
File tree
2 files changed
+13
-1
lines changed- build-tools-internal/src/main/java/org/elasticsearch/gradle/internal
- test/framework/src/main/java/org/elasticsearch/test
2 files changed
+13
-1
lines changedLines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
41 | 53 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| |||
0 commit comments