From f215ea311a15be53a993147f3cc404e7210e27d2 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Wed, 28 Dec 2022 14:22:59 -0800 Subject: [PATCH] Ensure force merge to single segment is flushed Signed-off-by: Daniel Widdis --- .../resources/rest-api-spec/test/search.aggregation/20_terms.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/20_terms.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/20_terms.yml index 7c7a223044725..c373ec645a4c2 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/20_terms.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation/20_terms.yml @@ -824,6 +824,7 @@ setup: indices.forcemerge: index: test_1 max_num_segments: 1 + flush: true - do: search: