-
Notifications
You must be signed in to change notification settings - Fork 89
Add target_index_settings to rollup specification #822
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
Add target_index_settings to rollup specification #822
Conversation
@MrChaos1993 amend your commit with Exercise an API in a test that returns this data, see https://github.com/opensearch-project/opensearch-api-specification/blob/main/TESTING_GUIDE.md |
2bb5ac5
to
66f564e
Compare
d5b2b93
to
2ef7740
Compare
Changes AnalysisCommit SHA: f9d87fd API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/15781582685/artifacts/3375164786 API Coverage
|
Test suites that involve the new test failed with Don't forget to add a line in the CHANGELOG.md describing the change from this PR. |
9def519
to
9fa1c39
Compare
Hi @nhtruong! |
We still get this error |
It was merged to main branch (Link to PR) and require version 3.0.0 or above. |
@MrChaos1993 That looks like it belongs to an unreleased version of the @dblock correct me if I'm wrong but we only have the capability to test against unreleased OpenSearch right now. And It's too complicated to setup a cluster with unreleased plugins. So, in that case, we should this PR on hold for now? |
You could use an unreleased version of the plugin too by installing the specific build in the container, but unsure it's worth it. |
I don't think it's worth it to set it up per PR like this, just to remove it once the new version of the plugin is released. Let's wait, @MrChaos1993. Sorry we don't have a more elegant solution for this right now. I've created a new label for this type of PRs. |
Sure, no problem! |
We'll need to update this PR to point the test with the new params to the release that can accept that params. We will check back in a couple of month. But if you notice that it's been released sooner than that, feel free to leave a message here :) Thank you so much for helping us with updating this endpoint. |
9fa1c39
to
f337c1b
Compare
e8a623f
to
52e2e67
Compare
@nhtruong, Hi! I see that version 3.0.0 has been released and this pull request can be merged :) |
52e2e67
to
a7f21c6
Compare
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.
Iterate till tests pass?
As I see, tests are failing due to reasons unrelated to this PR. Please check the build logs for more details. |
@MrChaos1993 We'll need some help.
|
Signed-off-by: Aleksandr Tuliakov <[email protected]>
Signed-off-by: Aleksandr Tuliakov <[email protected]>
Signed-off-by: Aleksandr Tuliakov <[email protected]>
Signed-off-by: Aleksandr Tuliakov <[email protected]>
Signed-off-by: Aleksandr Tuliakov <[email protected]>
Use different id for rollup job with index settings Signed-off-by: Aleksandr Tuliakov <[email protected]>
a7f21c6
to
f9d87fd
Compare
Spec Test Coverage Analysis
|
Description
Allow to create index with specified settings during rollup
Issues Resolved
opensearch-project/index-management#1376
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.