mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Test: Set number_of_replicas to zero so that wait_for_green succeeds in search.aggregations
This commit is contained in:
parent
690820dae3
commit
7bf9d7271a
@ -3,6 +3,8 @@ setup:
|
||||
indices.create:
|
||||
index: test_1
|
||||
body:
|
||||
settings:
|
||||
number_of_replicas: 0
|
||||
mappings:
|
||||
test:
|
||||
"properties":
|
||||
|
Loading…
x
Reference in New Issue
Block a user