[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:
indices.create:
index: test_index1
- do:
indices.create:
index: test_index2
- do:
indices.create:
index: foo
- do:
cluster.health:
wait_for_status: yellow
---
"put warmer per index":