[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:
|
indices.create:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
|
||||||
|
- do:
|
||||||
|
cluster.health:
|
||||||
|
wait_for_status: yellow
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.recovery:
|
indices.recovery:
|
||||||
index: [test_1]
|
index: [test_1]
|
||||||
|
|
Loading…
Reference in New Issue