Add JUnit rule based integration test cluster orchestration framework (#92379)

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-21 15:33:46 -08:00 committed by GitHub
parent 0421a21a6e
commit c2eda511de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
224 changed files with 4114 additions and 313 deletions

View file

@ -5,8 +5,8 @@
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/
apply plugin: 'elasticsearch.internal-yaml-rest-test'
apply plugin: 'elasticsearch.yaml-rest-compat-test'
apply plugin: 'elasticsearch.legacy-yaml-rest-test'
apply plugin: 'elasticsearch.legacy-yaml-rest-compat-test'
apply plugin: 'elasticsearch.internal-cluster-test'
esplugin {