elasticsearch/plugins/examples/custom-settings
Jake Landis 10be5d4c79
Convert most OSS plugins from integTest to [yaml | java]RestTest or internalClusterTest (#59444)
For all OSS plugins (except repository-* and discovery-*) integTest
task is now a no-op and all of the tests are now executed via a test,
yamlRestTest, javaRestTest, or internalClusterTest.

This commit does NOT convert the discovery-* and repository-* since they
are bit more complex then the rest of tests and this PR is large enough.
Those plugins will be addressed in a future PR(s).

This commit also fixes a minor issue that did not copy the rest api
for projects that only had YAML TEST tests.

related: #56841
2020-07-28 16:43:17 -05:00
..
src Convert most OSS plugins from integTest to [yaml | java]RestTest or internalClusterTest (#59444) 2020-07-28 16:43:17 -05:00
build.gradle Convert most OSS plugins from integTest to [yaml | java]RestTest or internalClusterTest (#59444) 2020-07-28 16:43:17 -05:00