Commit 2b2a3f5
authored
Replace usages RandomizedTestingTask with built-in Gradle Test (#40564)
This commit replaces the existing RandomizedTestingTask and supporting code with Gradle's built-in JUnit support via the Test task type. Additionally, the previous workaround to disable all tasks named "test" and create new unit testing tasks named "unitTest" has been removed such that the "test" task now runs unit tests as per the normal Gradle Java plugin conventions1 parent 75c5a8c commit 2b2a3f5
File tree
97 files changed
+666
-1552
lines changed- benchmarks
- buildSrc
- src
- main
- groovy
- com/carrotsearch/gradle/junit4
- org/elasticsearch/gradle
- test
- vagrant
- java/org/elasticsearch/gradle
- precommit
- testfixtures
- test
- resources/META-INF/gradle-plugins
- testKit
- elasticsearch.build
- testingConventions
- test/java/org/elasticsearch/gradle/precommit
- client
- benchmark
- client-benchmark-noop-api-plugin
- test
- distribution
- archives/integ-test-zip
- tools
- java-version-checker
- plugin-cli
- libs
- cli
- core/src/main/java/org/elasticsearch/bootstrap
- plugin-classloader
- modules
- lang-painless
- spi
- reindex
- transport-netty4
- plugins
- discovery-ec2
- discovery-gce
- examples
- custom-suggester
- painless-whitelist
- rest-handler
- script-expert-scoring
- repository-hdfs
- repository-s3
- qa
- die-with-dignity
- evil-tests
- full-cluster-restart
- logging-config
- mixed-cluster
- multi-cluster-search
- rolling-upgrade
- unconfigured-node-name
- vagrant
- verify-version-constants
- wildfly
- rest-api-spec
- server
- src/main/resources/org/elasticsearch/bootstrap
- test
- fixtures
- hdfs-fixture
- krb5kdc-fixture
- old-elasticsearch
- framework
- src/main/java/org/elasticsearch
- bootstrap
- test/junit/listeners
- x-pack
- plugin
- ccr
- qa
- downgrade-to-basic-license
- multi-cluster
- non-compliant-license
- restart
- rest
- security
- core
- ilm/qa
- multi-cluster
- rest
- ml
- monitoring
- security
- cli
- sql
- jdbc
- qa
- security
- sql-cli
- watcher
- qa
- evil-tests
- full-cluster-restart
- multi-cluster-search-security
- rolling-upgrade-basic
- rolling-upgrade-multi-cluster
- rolling-upgrade
- third-party/active-directory
- test
- idp-fixture
- smb-fixture
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+666
-1552
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
| 209 | + | |
211 | 210 | | |
212 | 211 | | |
213 | 212 | | |
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
217 | 216 | | |
218 | | - | |
219 | | - | |
220 | 217 | | |
221 | 218 | | |
222 | 219 | | |
| |||
232 | 229 | | |
233 | 230 | | |
234 | 231 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
| 232 | + | |
240 | 233 | | |
241 | 234 | | |
242 | 235 | | |
| |||
Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 0 additions & 60 deletions
This file was deleted.
0 commit comments