mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Merge pull request elastic/elasticsearch#411 from clintongormley/wait_for_green
REST tests: Wait for yellow, not green Original commit: elastic/x-pack-elasticsearch@296b312e17
This commit is contained in:
commit
d76df0d590
@ -2,7 +2,7 @@
|
||||
"Test ack watch api":
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
wait_for_status: yellow
|
||||
|
||||
- do:
|
||||
watcher.put_watch:
|
||||
@ -35,7 +35,7 @@
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
wait_for_status: yellow
|
||||
|
||||
- do:
|
||||
watcher.ack_watch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user