[TEST] added missing wait for yellow to indices recovery REST test
This commit is contained in:
parent
20e596cb86
commit
70c9d6f3bd
|
@ -8,6 +8,10 @@
|
|||
indices.create:
|
||||
index: test_1
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: yellow
|
||||
|
||||
- do:
|
||||
indices.recovery:
|
||||
index: [test_1]
|
||||
|
|
Loading…
Reference in New Issue