mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[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:
|
mappings:
|
||||||
type_4: {}
|
type_4: {}
|
||||||
|
|
||||||
|
- do:
|
||||||
|
cluster.health:
|
||||||
|
wait_for_status: green
|
||||||
|
timeout: 1s
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.close:
|
indices.close:
|
||||||
index: test-xyy
|
index: test-xyy
|
||||||
|
|
||||||
|
- do:
|
||||||
|
cluster.health:
|
||||||
|
wait_for_status: green
|
||||||
|
timeout: 1s
|
||||||
|
|
||||||
---
|
---
|
||||||
"Get test-* with defaults":
|
"Get test-* with defaults":
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user