-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Data stream options convert to javaRestTests to yamlRestTests.
#126037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data stream options convert to javaRestTests to yamlRestTests.
#126037
Conversation
|
Pinging @elastic/es-data-management (Team:Data Management) |
PeteGillinElastic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, except that there's one test which I think we might want to add. Other than that, just a few nits in comments or text (I'm guessing from copy-and-paste errors... I thought that was my speciality!).
.../yamlRestTest/resources/rest-api-spec/test/data_stream/220_failure_store_cluster_setting.yml
Outdated
Show resolved
Hide resolved
.../yamlRestTest/resources/rest-api-spec/test/data_stream/220_failure_store_cluster_setting.yml
Outdated
Show resolved
Hide resolved
.../yamlRestTest/resources/rest-api-spec/test/data_stream/220_failure_store_cluster_setting.yml
Show resolved
Hide resolved
rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_data_stream_options.json
Outdated
Show resolved
Hide resolved
rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_data_stream_options.json
Outdated
Show resolved
Hide resolved
| '^cat.snapshots/*/*', | ||
| '^cluster.desired_balance/10_basic/*', | ||
| '^data_stream/40_supported_apis/Verify shard stores api', // uses _shard_stores API | ||
| '^data_stream/230_data_stream_options.yml', // updating data stream options does not yet support multi project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will make data stream options support multi-project in a follow up PR to keep this within scope.
Oh no, I cannot say that you are the only specialist :p. Thanks for being vigilant and helping find them. |
PeteGillinElastic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is all done now... LGTM when you're ready.
💔 Backport failed
You can use sqren/backport to manually backport by running |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…lastic#126037) In this PR we introduce the data stream API in the `es-rest-api` using the feature flag feature. This enabled us to use the `yamlRestTests` tests instead of the `javaRestTests`. (cherry picked from commit 2505049) # Conflicts: # x-pack/qa/multi-project/core-rest-tests-with-multiple-projects/build.gradle
…126037) (#126142) In this PR we introduce the data stream API in the `es-rest-api` using the feature flag feature. This enabled us to use the `yamlRestTests` tests instead of the `javaRestTests`. (cherry picked from commit 2505049) # Conflicts: # x-pack/qa/multi-project/core-rest-tests-with-multiple-projects/build.gradle
…lastic#126037) In this PR we introduce the data stream API in the `es-rest-api` using the feature flag feature. This enabled us to use the `yamlRestTests` tests instead of the `javaRestTests`.
In this PR we introduce the data stream API in the
es-rest-apiusing the feature flag feature. This enabled us to use theyamlRestTeststests instead of thejavaRestTests.