-
Notifications
You must be signed in to change notification settings - Fork 91
API Spec compatible with 3.0.0-beta1 #883
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
Conversation
Changes AnalysisCommit SHA: b14233a API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/14829241144/artifacts/3059624544 API Coverage
|
a9a15e3
to
8b825ca
Compare
Spec Test Coverage Analysis
|
Signed-off-by: Prudhvi Godithi <[email protected]>
@@ -3,6 +3,7 @@ $schema: ../../../json_schemas/test_story.schema.yaml | |||
description: Test sslinfo endpoint. | |||
warnings: | |||
invalid-path-detected: false | |||
version: < 3 |
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.
Adding @cwperks, the _security/sslinfo
output has changed for 3.0.0-beta1, for now the existing tests/default/security/sslinfo.yaml
I have added < 3
. For the new response tests can the security team please create new tests for this endpoint. Thanks
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've created #885 for fixing this
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
@@ -2656,6 +2656,9 @@ components: | |||
format: int32 | |||
index: | |||
$ref: '#/components/schemas/IndexName' | |||
searchOnly: |
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.
@mch2 This is unfortunately too late to change for the 3.0 release, but we should introduce search_replica
as the replacement here and mark this field as deprecated.
Just a follow up to see if we can merge this PR. Thanks |
Description
Initially seen test failures in PR #879. This PR is for
Issues Resolved
Coming from opensearch-project/opensearch-build#3747 (comment)
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.