Test: Set number_of_replicas to zero so that wait_for_green succeeds in search.aggregations

This commit is contained in:
Clinton Gormley 2014-07-21 22:41:15 +02:00
parent 690820dae3
commit 7bf9d7271a
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ setup:
indices.create:
index: test_1
body:
settings:
number_of_replicas: 0
mappings:
test:
"properties":