wait-for-yellow is not required for the routing tests

This commit is contained in:
Clinton Gormley 2013-06-28 19:42:37 +02:00
parent 63ad90a3a8
commit 17cdccb50f
3 changed files with 2 additions and 9 deletions

View File

@ -7,9 +7,7 @@
id: 1
routing: 5
body: { foo: bar }
- do:
cluster.health:
wait_for_status: yellow
- do:
get:
index: test_1

View File

@ -7,9 +7,6 @@
id: 1
routing: 5
body: { foo: bar }
- do:
cluster.health:
wait_for_status: yellow
- do:
catch: missing
delete:

View File

@ -7,9 +7,7 @@
id: 1
routing: 5
body: { foo: bar }
- do:
cluster.health:
wait_for_status: yellow
- do:
get:
index: test_1