[TEST] added missing wait for yellow in put warmer REST test
This commit is contained in:
parent
d335630e57
commit
ac9e2cd46f
|
@ -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":
|
||||
|
||||
|
|
Loading…
Reference in New Issue