Commit 790810e
authored
More concurrency in repo analysis integ tests (#138414)
Since #133633 these testclusters-based tests set `node.processors: 2`,
and since they also set `-Xmx512m` the resulting nodes only have a
single snapshot thread so the repo analysis tests do not meaningfully
exercise concurrent operations any more (at least for repositories that
have blocking implementations of their CAS operations). This commit adds
more snapshot threads to these tests to reinstate the lost coverage.1 parent b5cc1c4 commit 790810e
File tree
6 files changed
+6
-0
lines changed- x-pack/plugin/snapshot-repo-test-kit/qa
- azure/src/javaRestTest/java/org/elasticsearch/repositories/blobstore/testkit/analyze
- gcs/src/javaRestTest/java/org/elasticsearch/repositories/blobstore/testkit/analyze
- hdfs/src/javaRestTest/java/org/elasticsearch/repositories/blobstore/testkit/analyze
- minio/src/javaRestTest/java/org/elasticsearch/repositories/blobstore/testkit/analyze
- s3/src/javaRestTest/java/org/elasticsearch/repositories/blobstore/testkit/analyze
6 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments