elasticsearch/qa/full-cluster-restart
Ryan Ernst 0ec229050e
Move yaml rest test case to separate test lib (#84835)
The ESClientYamlSuiteTestCase is used to run yaml tests throughout
Elasticsearch. It utilizes the low level rest client in sniffing for
nodes, but the sniffer is not needed anywhere else in the test
framework.

This commit creates a new project, `:test:rest-runner` which is meant to
house the rest test running infrastructure. This has two purposes. First
is to remove the sniffer from the test framework dependencies, because
it transitively depends on Jackson. Second is to setup the runner for
future refactorings where it could be made to not depend on the entire
test framework, though how that could work is left for the future.
2022-03-11 10:51:11 -05:00
..
src/test/java/org/elasticsearch/upgrades Move yaml rest test case to separate test lib (#84835) 2022-03-11 10:51:11 -05:00
build.gradle Introduce explicit API for configure test cluster feature flags (#83876) 2022-02-14 15:22:33 -08:00