-
Notifications
You must be signed in to change notification settings - Fork 8.5k
fix: wrap url check in retry.try #29536
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
Conversation
|
Pinging @elastic/kibana-canvas |
💔 Build Failed |
spalger
left a comment
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
|
Please make sure to pull master regularly, this PR is based on 1ba6c28 which is about 5 days old. Pulling master will fix the CI failure. |
since the url changes are async, keep testing the url until it passes or fails enough times
96ca619 to
7c9a245
Compare
💚 Build Succeeded |
LeeDr
left a comment
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 - I did not test it locally but it passed on Jenkins and this is the type of fix we do for these cases.
since the url changes are async, keep testing the url until it passes or fails enough times
since the url changes are async, keep testing the url until it passes or fails enough times
Closes #26441
Since the url changes are async, keep testing the url until it passes or fails enough times.