-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elastic API check fix #480
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Luce bien 👍
A little extra detail is that these until:
- _result.json is defined
- _result.json.status == "green" or _result.json.status == "yellow" and single_node and the block clause that starts on line 8 needs a extra level of identation (2 spaces) |
Hi team,
The current Elasticsearch API test after opendistro install fails on clusters with yellow status. This PR sets yellow status as a valid one for task success.
Greetings,
JP