mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
REST tests: Wait for yellow, not green
When testing on a single node, waiting for green times out Original commit: elastic/x-pack-elasticsearch@ca91bbbbe6
This commit is contained in:
parent
bd1f67ec99
commit
41b974b784
@ -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