-
Notifications
You must be signed in to change notification settings - Fork 62
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
Tests for _core refresh.yaml remote_info.yaml script_context.yaml #630
Conversation
Signed-off-by: Bruno Lloret <[email protected]>
Signed-off-by: Bruno Lloret <[email protected]>
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.
Thanks, see below.
See if you can add the parameters these support in the next iteration
|
||
chapters: | ||
- synopsis: Refresh all indices in the cluster. | ||
path: /_refresh |
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.
We should remove it from here.
@@ -0,0 +1,10 @@ | |||
$schema: ../../../json_schemas/test_story.schema.yaml |
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.
The endpoint is remote, so rename this to remote/info.yaml
.
Changes AnalysisCommit SHA: c82c92c API ChangesSummaryNO CHANGES ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/11412416485/artifacts/2077423568 API Coverage
|
Spec Test Coverage Analysis
|
I finished this in #637. |
Description
Tests for _core
refresh.yaml
remote_info.yaml
script_context.yaml
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
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.