[TEST] fix to wildcard_expansion tests to wait for green status
This commit is contained in:
parent
a207f8c7b1
commit
925a4ba28b
|
@ -25,10 +25,20 @@ setup:
|
|||
mappings:
|
||||
type_4: {}
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
timeout: 1s
|
||||
|
||||
- do:
|
||||
indices.close:
|
||||
index: test-xyy
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
timeout: 1s
|
||||
|
||||
---
|
||||
"Get test-* with defaults":
|
||||
|
||||
|
|
Loading…
Reference in New Issue