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
|
||||
routing: 5
|
||||
body: { foo: bar }
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: yellow
|
||||
|
||||
- do:
|
||||
get:
|
||||
index: test_1
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
id: 1
|
||||
routing: 5
|
||||
body: { foo: bar }
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: yellow
|
||||
- do:
|
||||
catch: missing
|
||||
delete:
|
||||
|
|
|
@ -7,9 +7,7 @@
|
|||
id: 1
|
||||
routing: 5
|
||||
body: { foo: bar }
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: yellow
|
||||
|
||||
- do:
|
||||
get:
|
||||
index: test_1
|
||||
|
|
Loading…
Reference in New Issue