[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:
parent
5194521097
commit
09e5ac98fa
|
@ -7,6 +7,10 @@
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
body:
|
||||||
|
settings:
|
||||||
|
index:
|
||||||
|
number_of_replicas: 0
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
cluster.health:
|
cluster.health:
|
||||||
|
|
Loading…
Reference in New Issue