-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Stabilize and bring back flaky tests #13034
Stabilize and bring back flaky tests #13034
Conversation
ea62d34
to
4bc3a89
Compare
fc4b515
to
8f039f3
Compare
Caused last 4 builds to fail on master. Will attempt to bring back in elastic#13034
Caused last 4 builds to fail on master. Will attempt to bring back in #13034
Caused last 4 builds to fail on master. Will attempt to bring back in elastic#13034
Caused last 4 builds to fail on master. Will attempt to bring back in elastic#13034
4974747
to
5dc38b0
Compare
d8058e3
to
1755be2
Compare
1755be2
to
1d227fe
Compare
1d227fe
to
2f8417a
Compare
Passed once Jenkins, test this |
Passed twice 🙏 Jenkins, test this |
Passed three times 👏 Jenkins, test this |
The retry was moved internally, around a check for stale elements as well, so this should no longer be neccessary.
Passed four times 🎉 Jenkins, test this |
Passed five times ❤️ ❤️ jenkins, test this |
cc @elastic/kibana-platform - if anyone wants to take a look, go for it, otherwise I plan on relying on just @thomasneirynck's review. :) |
Passed 6 times, wooooooooooot!! Do I keep it going???? Jenkins, test this |
Passed 7 times in a row, I feel like that is sufficient. |
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.
This is such a nice cleanup. Also, great win on stabilizing test suite.
* Stabalize tests and bring back flaky test * Try to fix flaky map radius visualize test * fix flaky tile map zoom test * Try to fix flaky zoom test by avoiding zooming in and out with spy panel open * Remove duplicate wrapped retry around find methods The retry was moved internally, around a check for stale elements as well, so this should no longer be neccessary.
💃 this is awesome!! 💃 |
* Stabalize tests and bring back flaky test * Try to fix flaky map radius visualize test * fix flaky tile map zoom test * Try to fix flaky zoom test by avoiding zooming in and out with spy panel open * Remove duplicate wrapped retry around find methods The retry was moved internally, around a check for stale elements as well, so this should no longer be neccessary.
* Stabalize tests and bring back flaky test * Try to fix flaky map radius visualize test * fix flaky tile map zoom test * Try to fix flaky zoom test by avoiding zooming in and out with spy panel open * Remove duplicate wrapped retry around find methods The retry was moved internally, around a check for stale elements as well, so this should no longer be neccessary.
* Stabalize tests and bring back flaky test * Try to fix flaky map radius visualize test * fix flaky tile map zoom test * Try to fix flaky zoom test by avoiding zooming in and out with spy panel open * Remove duplicate wrapped retry around find methods The retry was moved internally, around a check for stale elements as well, so this should no longer be neccessary.
Work on stabilizing the tests, including bringing back some that were previously skipped due to flakiness:
find
service functions where applicable instead of going direct to remote so we can concentrate retries in fewer places.stale element
error. This should alleviate the need for many of the outer retries.