[TEST] Don't use replicas if only primaries are expected or the first shard in the list shoudl be a primary

This commit is contained in:
Simon Willnauer 2014-03-22 18:36:34 +01:00
parent 5194521097
commit 09e5ac98fa
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
- do:
indices.create:
index: test_1
body:
settings:
index:
number_of_replicas: 0
- do:
cluster.health: