[TEST] added missing wait for yellow to indices recovery REST test

This commit is contained in:
javanna 2014-03-21 10:24:07 +01:00 committed by Luca Cavanna
parent 20e596cb86
commit 70c9d6f3bd
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@
indices.create:
index: test_1
- do:
cluster.health:
wait_for_status: yellow
- do:
indices.recovery:
index: [test_1]