Skip to content

Commit

Permalink
Remove unsupported search shards test
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Jan 9, 2025
1 parent 6eaa3a6 commit 3692cdf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Added `aggregations` to `/nodes/_usage/{metric}` requests and responses ([#615](https://github.com/opensearch-project/opensearch-api-specification/pull/615))
- Added missing `status` to `/_search/template` response ([#702](https://github.com/opensearch-project/opensearch-api-specification/pull/702))
- Added `_type` to `rank_eval` API specs ([#704](https://github.com/opensearch-project/opensearch-api-specification/pull/704))
- Added request body to `_search_shards` API specs ([#709](https://github.com/opensearch-project/opensearch-api-specification/pull/709))
- Added NodeAttributes as additional property in `shard_stores` API specs ([#715](https://github.com/opensearch-project/opensearch-api-specification/pull/715))
- Added missing `repository` query parameter to `/_cat/snapshots` ([#700](https://github.com/opensearch-project/opensearch-api-specification/pull/700))
- Added `sm` namespace API specifications ([#701](https://github.com/opensearch-project/opensearch-api-specification/pull/701))
Expand Down
11 changes: 0 additions & 11 deletions tests/default/_core/search_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,5 @@ chapters:
- synopsis: Verify the distribution of shards for the index.
path: /_search_shards
method: GET
response:
status: 200

- synopsis: Check routing behavior based on search criteria.
path: /_search_shards
method: POST
request:
payload:
query:
match:
title: To Kill a Mockingbird
response:
status: 200
13 changes: 0 additions & 13 deletions tests/default/indices/search_shards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,5 @@ chapters:
parameters:
index: movies
method: GET
response:
status: 200

- synopsis: Check routing behavior based on search criteria.
path: /{index}/_search_shards
parameters:
index: movies
method: POST
request:
payload:
query:
match:
title: To Kill a Mockingbird
response:
status: 200

0 comments on commit 3692cdf

Please sign in to comment.