Skip to content

Commit

Permalink
Fix segment count for optimized agg rest test
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <carrofin@amazon.com>
  • Loading branch information
finnegancarroll committed Sep 24, 2024
1 parent c85ee68 commit 719a67f
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@ setup:

---
"Date histogram aggregation w/ shared field range test":
- do:
indices.create:
index: dhisto-agg-w-query
body:
settings:
number_of_shards: 1
number_of_replicas: 0
refresh_interval: -1
mappings:
properties:
date:
type: date

- do:
bulk:
refresh: true
Expand All @@ -127,6 +140,11 @@ setup:
- '{"index": {}}'
- '{"date": "2025-02-14"}'

- do:
indices.forcemerge:
index: dhisto-agg-w-query
max_num_segments: 1

- do:
search:
index: dhisto-agg-w-query
Expand Down

0 comments on commit 719a67f

Please sign in to comment.