mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
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. |
||
---|---|---|
.. | ||
src/test/java/org/elasticsearch/upgrades | ||
build.gradle |