-
Notifications
You must be signed in to change notification settings - Fork 59
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
Complete variations of /{index}/alias/{name} tests, add tests for HEAD, bulk, analyzers. #519
Conversation
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Changes AnalysisCommit SHA: ab1bedf API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/10491086295/artifacts/1837544646 API Coverage
|
Spec Test Coverage Analysis
|
6c40013
to
d89e90b
Compare
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
@@ -2455,6 +2470,9 @@ components: | |||
type: object | |||
additionalProperties: | |||
$ref: '../schemas/indices.get_alias.yaml#/components/schemas/IndexAliases' | |||
indices.get_alias@404: | |||
content: | |||
application/json: {} |
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.
since the schema for application/json
is not defined, does that mean we don't care what it is, or it's an empty JSON, or a null for body?
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.
There's actually a schema, but I am deferring this to #445 if that's ok.
Description
HEAD /
.indices.exists_alias@404
.PUT /_bulk
and/{index}/_bulk
.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.