From c9e03a0108a14fa06a335828636e9a3cda3be422 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Tue, 17 Dec 2024 08:10:14 -0500 Subject: [PATCH] Fixed /_search/scroll/{scroll_id}, missing search tests. (#732) * Fixed /_search/scroll. Signed-off-by: dblock * Added tests for GET and POST /_search. Signed-off-by: dblock * Added a test for GET /_search/pipeline and DELETE /_search/pipeline/{id}. Signed-off-by: dblock * Added missing _search/point_in_time tests. Signed-off-by: dblock --------- Signed-off-by: dblock Signed-off-by: Nathalie Jonathan --- tests/default/_core/search/scroll.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/default/_core/search/scroll.yaml b/tests/default/_core/search/scroll.yaml index 6ed9e10f..fb4baccd 100644 --- a/tests/default/_core/search/scroll.yaml +++ b/tests/default/_core/search/scroll.yaml @@ -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