Skip to content

Commit

Permalink
Fixed /_search/scroll/{scroll_id}, missing search tests. (opensearch-…
Browse files Browse the repository at this point in the history
…project#732)

* Fixed /_search/scroll.

Signed-off-by: dblock <[email protected]>

* Added tests for GET and POST /_search.

Signed-off-by: dblock <[email protected]>

* Added a test for GET /_search/pipeline and DELETE /_search/pipeline/{id}.

Signed-off-by: dblock <[email protected]>

* Added missing _search/point_in_time tests.

Signed-off-by: dblock <[email protected]>

---------

Signed-off-by: dblock <[email protected]>
Signed-off-by: Nathalie Jonathan <[email protected]>
  • Loading branch information
dblock authored and nathaliellenaa committed Jan 7, 2025
1 parent fd2ab8f commit c9e03a0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/default/_core/search/scroll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,3 @@ chapters:
path: /_search/scroll/{scroll_id}
parameters:
scroll_id: ${scroll.scroll_id}
- synopsis: Deleting a non-existent scroll.
method: DELETE
path: /_search/scroll
request:
payload:
scroll_id: ${scroll.scroll_id}
response:
status: 404

0 comments on commit c9e03a0

Please sign in to comment.