[TEST] added missing wait for yellow in put warmer REST test

This commit is contained in:
Luca Cavanna 2014-02-14 11:35:27 +01:00
parent d335630e57
commit ac9e2cd46f
1 changed files with 6 additions and 0 deletions

View File

@ -4,13 +4,19 @@ setup:
- do: - do:
indices.create: indices.create:
index: test_index1 index: test_index1
- do: - do:
indices.create: indices.create:
index: test_index2 index: test_index2
- do: - do:
indices.create: indices.create:
index: foo index: foo
- do:
cluster.health:
wait_for_status: yellow
--- ---
"put warmer per index": "put warmer per index":