Skip to content

Commit

Permalink
[TEST] added missing wait for yellow in put warmer REST test
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Feb 14, 2014
1 parent 61d535b commit 99624b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rest-api-spec/test/indices.put_warmer/all_path_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ setup:
- do:
indices.create:
index: test_index1

- do:
indices.create:
index: test_index2

- do:
indices.create:
index: foo

- do:
cluster.health:
wait_for_status: yellow

---
"put warmer per index":

Expand Down

0 comments on commit 99624b1

Please sign in to comment.