-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
esArchiver: retry kibana config update #43987
esArchiver: retry kibana config update #43987
Conversation
💚 Build Succeeded |
retest |
💚 Build Succeeded |
This reverts commit 80e199c.
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
retest |
💚 Build Succeeded |
@dmlemeshko have we seen this PR resolve the issue? Have you found any logs where the update failed and was retried successfully? Maybe it doesn't fail often enough and we'll just have to try this and see? |
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'm not 100% sure this will fix things, but I can't imagine it making things worse.
I ran ciGroup7 60x times on CI and checked around 20 reports - retry was never called. Since recently we got the same error in other tests (#43776, #42550) I plan to monitor build-stats with retry in master/7.x. |
* [services/es_archiver] retry uiSettings update * run x-pack-ciGroup7 30x times * Revert "run x-pack-ciGroup7 30x times" This reverts commit 80e199c. * [saved_object_api_integration/common/services] add retry service to the set * add retry service for x-pack api tests
* [services/es_archiver] retry uiSettings update * run x-pack-ciGroup7 30x times * Revert "run x-pack-ciGroup7 30x times" This reverts commit 80e199c. * [saved_object_api_integration/common/services] add retry service to the set * add retry service for x-pack api tests
7.x/7.4: 145945e |
Summary
This closes #43221, closes #43776, closes #42550
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers