mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Fix flaky test case - string profiler via global ordinals (#2226)
forcemerge to one segment before executing aggregation query. Signed-off-by: Peng Huo <penghuo@gmail.com>
This commit is contained in:
parent
c8a760658e
commit
9e225dc9b8
@ -820,6 +820,10 @@ setup:
|
||||
{ "str": "cow", "number": 1 }
|
||||
{ "index": {} }
|
||||
{ "str": "pig", "number": 1 }
|
||||
- do:
|
||||
indices.forcemerge:
|
||||
index: test_1
|
||||
max_num_segments: 1
|
||||
|
||||
- do:
|
||||
search:
|
||||
|
Loading…
x
Reference in New Issue
Block a user