[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:
Mark Vieira 2022-12-22 17:48:07 -08:00 committed by GitHub
parent 91724a6f0e
commit 47c6fd34da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
220 changed files with 4003 additions and 248 deletions

View file

@ -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'