OpenSearch/modules
Simon Willnauer 345e988bbc Merge pull request #17072 from s1monw/add_backwards_rest_tests
Add infrastructure to run REST tests on a multi-version cluster

This change adds the infrastructure to run the rest tests on a multi-node
cluster that users 2 different minor versions of elasticsearch. It doesn't implement
any dedicated BWC tests but rather leverages the existing REST tests.

Since we don't have a real version to test against, the tests uses the current version
until the first minor / RC is released to ensure the infrastructure works.

Given the amount of problems this change already found I think it's worth having this run with our test suite by default. The structure of this infra will likely change over time but for now it's a step into the right direction. We will likely want to split it up into integTests and integBwcTests etc. so each plugin can have it's own bwc tests but that's left for future refactoring.
2016-03-15 09:17:43 +01:00
..
ingest-grok Add infrastructure to run REST tests on a multi-version cluster 2016-03-13 10:52:39 +01:00
lang-expression Added one minor comment for expressions tests. 2016-03-14 13:19:52 -07:00
lang-groovy Resolve index names to Index instances early 2016-03-14 11:08:48 +01:00
lang-mustache Make logging message String constant to allow static checks 2016-03-11 10:30:59 +01:00
lang-painless Moved Painless from a plugin to a module. 2016-02-21 16:50:54 -08:00
reindex Resolve index names to Index instances early 2016-03-14 11:08:48 +01:00
build.gradle Build: Do not publish modules 2016-02-04 13:03:03 -08:00