mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 22:09:24 +00:00
wait-for-yellow is not required for the routing tests
This commit is contained in:
parent
63ad90a3a8
commit
17cdccb50f
@ -7,9 +7,7 @@
|
|||||||
id: 1
|
id: 1
|
||||||
routing: 5
|
routing: 5
|
||||||
body: { foo: bar }
|
body: { foo: bar }
|
||||||
- do:
|
|
||||||
cluster.health:
|
|
||||||
wait_for_status: yellow
|
|
||||||
- do:
|
- do:
|
||||||
get:
|
get:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
id: 1
|
id: 1
|
||||||
routing: 5
|
routing: 5
|
||||||
body: { foo: bar }
|
body: { foo: bar }
|
||||||
- do:
|
|
||||||
cluster.health:
|
|
||||||
wait_for_status: yellow
|
|
||||||
- do:
|
- do:
|
||||||
catch: missing
|
catch: missing
|
||||||
delete:
|
delete:
|
||||||
|
@ -7,9 +7,7 @@
|
|||||||
id: 1
|
id: 1
|
||||||
routing: 5
|
routing: 5
|
||||||
body: { foo: bar }
|
body: { foo: bar }
|
||||||
- do:
|
|
||||||
cluster.health:
|
|
||||||
wait_for_status: yellow
|
|
||||||
- do:
|
- do:
|
||||||
get:
|
get:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user