[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:
|
- 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":
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue