From 3692cdfd9649fb39f981e8f6c784eed2c8a21701 Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Fri, 10 Jan 2025 10:53:04 +1300 Subject: [PATCH] Remove unsupported search shards test Signed-off-by: Thomas Farr --- CHANGELOG.md | 1 - tests/default/_core/search_shards.yaml | 11 ----------- tests/default/indices/search_shards.yaml | 13 ------------- 3 files changed, 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d479ec3cc..e2834f9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/tests/default/_core/search_shards.yaml b/tests/default/_core/search_shards.yaml index 318a6d234..a592208aa 100644 --- a/tests/default/_core/search_shards.yaml +++ b/tests/default/_core/search_shards.yaml @@ -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 \ No newline at end of file diff --git a/tests/default/indices/search_shards.yaml b/tests/default/indices/search_shards.yaml index bcb755962..01472073a 100644 --- a/tests/default/indices/search_shards.yaml +++ b/tests/default/indices/search_shards.yaml @@ -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 \ No newline at end of file