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…
Reference in New Issue