Skip to content
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

Shard stores API tests #715

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Conversation

Tokesh
Copy link
Collaborator

@Tokesh Tokesh commented Dec 9, 2024

Description

GET /{index}/_shard_stores
GET /_shard_stores

Issues Resolved

[#663]

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.

Copy link
Contributor

github-actions bot commented Dec 9, 2024

Changes Analysis

Commit SHA: 6820d4b
Comparing To SHA: 87847db

API Changes

Summary

├─┬Paths
│ ├─┬/{index}/_search_shards
│ │ ├─┬GET
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬indices_boost
│ │ │         └──[🔀] description (27586:30)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬indices_boost
│ │           └──[🔀] description (27586:30)
│ └─┬/_search_shards
│   ├─┬GET
│   │ └─┬Requestbody
│   │   └─┬application/json
│   │     └─┬Schema
│   │       └─┬indices_boost
│   │         └──[🔀] description (27586:30)
│   └─┬POST
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └─┬indices_boost
│             └──[🔀] description (27586:30)
└─┬Components
  └─┬indices.shard_stores___ShardStore
    └──[➕] additionalProperties (51292:9)❌ 

Document Element Total Changes Breaking Changes
paths 4 0
components 1 1
  • BREAKING Changes: 1 out of 5
  • Modifications: 4
  • Additions: 1
  • Breaking Additions: 1

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/12243039718/artifacts/2295882690

API Coverage

Before After Δ
Covered (%) 606 (59.35 %) 606 (59.35 %) 0 (0 %)
Uncovered (%) 415 (40.65 %) 415 (40.65 %) 0 (0 %)
Unknown 43 43 0

Copy link
Contributor

github-actions bot commented Dec 9, 2024

Spec Test Coverage Analysis

Total Tested
536 437 (81.53 %)

@Tokesh Tokesh marked this pull request as ready for review December 9, 2024 19:46
@dblock dblock merged commit 27a47ff into opensearch-project:main Dec 9, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants