-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reindex: Fold "with all deps" project into reindex (#30154)
This folds the `:qa:smoke-test-reindex-with-all-modules` project into `:modules:reindex` by declaring the reindex's integration testing cluster requires the `parent-join` and `lang-painless` plugins and then moving all of the integration tests that depended on parent-join and painless into reindex. It saves us one cluster start up during the build at the cost of a little of the reindex module's "purity". Since the reindex module *does* have unit tests that test scripting without painless I'm fairly ok with that.
- Loading branch information
Showing
12 changed files
with
55 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-spec/test/reindex/40_search_failures.yml → ...-spec/test/reindex/35_search_failures.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"Response format search failures": | ||
"Response format for search failures": | ||
- do: | ||
index: | ||
index: source | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...est/update_by_query/40_search_failure.yml → ...est/update_by_query/35_search_failure.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"Response format search failures": | ||
"Response format for search failures": | ||
- do: | ||
index: | ||
index: source | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
...t/java/org/elasticsearch/smoketest/SmokeTestReindexWithPainlessClientYamlTestSuiteIT.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...test-reindex-with-all-modules/src/test/resources/rest-api-spec/test/reindex/20_broken.yml
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
...est-reindex-with-all-modules/src/test/resources/rest-api-spec/test/reindex/30_timeout.yml
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
...ndex-with-all-modules/src/test/resources/rest-api-spec/test/update_by_query/20_broken.yml
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
...dex-with-all-modules/src/test/resources/rest-api-spec/test/update_by_query/30_timeout.yml
This file was deleted.
Oops, something went wrong.