use flush instead of cluster health to avoid writing a separate test
This commit is contained in:
parent
85616ca620
commit
fb512495cb
|
@ -11,8 +11,8 @@
|
||||||
body: { foo: bar }
|
body: { foo: bar }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
cluster.health:
|
indices.flush:
|
||||||
wait_for_status: yellow
|
refresh: true
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
mget:
|
mget:
|
||||||
|
|
Loading…
Reference in New Issue