-
Notifications
You must be signed in to change notification settings - Fork 60
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
Added schema and tests for cluster routing awareness and decommission. #524
Conversation
d54f209
to
3d3e3b5
Compare
Changes AnalysisCommit SHA: 358d3d5 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/10702084332/artifacts/1891041405 API Coverage
|
3d3e3b5
to
b6129d7
Compare
e8bbcba
to
840ad80
Compare
290fc72
to
db4dc17
Compare
Spec Test Coverage Analysis
|
02480e2
to
484ab55
Compare
484ab55
to
94104dd
Compare
tools/src/tester/ChapterOutput.ts
Outdated
const rhs = path.replaceAll(' ', '').split('?', 2) | ||
value = _.get(response, rhs[0]) | ||
if (value === undefined && rhs[1] !== undefined) value = YAML.parse(rhs[1]) |
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.
What's rhs
? 🤔
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.
right hand side
e0b1f33
to
b973d79
Compare
78010e0
to
1d6fa8b
Compare
@nhtruong Care to take another look please? |
f3ab726
to
f0ccc7c
Compare
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
Signed-off-by: dblock <[email protected]>
f0ccc7c
to
358d3d5
Compare
Description
/_cluster/reroute
./_cluster/voting_config_exclusions
.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.