Tests: make REST upgrade test more reliable
Make sure that all shards are started to avoid flush conflicts.
This commit is contained in:
parent
503f844a05
commit
c695f35bca
|
@ -4,10 +4,15 @@
|
|||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
body:
|
||||
settings:
|
||||
index:
|
||||
number_of_replicas: 0
|
||||
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: yellow
|
||||
wait_for_status: green
|
||||
|
||||
- do:
|
||||
indices.upgrade:
|
||||
|
|
Loading…
Reference in New Issue