From 70c9d6f3bd0dff07c7adffbc5e3625b9a55098e2 Mon Sep 17 00:00:00 2001 From: javanna Date: Fri, 21 Mar 2014 10:24:07 +0100 Subject: [PATCH] [TEST] added missing wait for yellow to indices recovery REST test --- rest-api-spec/test/indices.recovery/10_basic.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rest-api-spec/test/indices.recovery/10_basic.yaml b/rest-api-spec/test/indices.recovery/10_basic.yaml index e66c35a0f38..cbf8c6e6cf5 100644 --- a/rest-api-spec/test/indices.recovery/10_basic.yaml +++ b/rest-api-spec/test/indices.recovery/10_basic.yaml @@ -8,6 +8,10 @@ indices.create: index: test_1 + - do: + cluster.health: + wait_for_status: yellow + - do: indices.recovery: index: [test_1]