mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
[7.17] Add JUnit rule based integration test cluster orchestration framework… (#92517)
This commit adds a new test framework for configuring and orchestrating test clusters for both Java and YAML REST testing. This will eventually replace the existing "test-clusters" Gradle plugin and the build-time cluster orchestration.
This commit is contained in:
parent
91724a6f0e
commit
47c6fd34da
220 changed files with 4003 additions and 248 deletions
|
@ -9,7 +9,7 @@ import org.elasticsearch.gradle.internal.info.BuildParams
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
apply plugin: 'elasticsearch.build'
|
||||
apply plugin: 'elasticsearch.internal-java-rest-test'
|
||||
apply plugin: 'elasticsearch.legacy-java-rest-test'
|
||||
apply plugin: 'elasticsearch.publish'
|
||||
apply plugin: 'elasticsearch.rest-resources'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue