-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Increased flakiness on Travis over the last 1-2 weeks #14800
Comments
I'm not sure about the root cause, but I know that @rsimha is working on increasing our resource limits for both Travis and Saucelabs. One part of the flakiness issue may simply be that our PR count and CI load has increased a lot, so longer queue times are making flakiness extra painful. A couple of things that we can do is:
So basically, if you happen to come across tests that flake (yours or not yours), feel free to skip the flaky ones and file an issue, feel free to fix or even just mark (with a TODO + issue number) any console error issues with the test, and fix tests where possible. Tagging @rsimha for more context. |
Logs that reproduce the error: https://travis-ci.org/ampproject/amphtml/jobs/370168309 |
We're tracking this via a ticket I've opened with Sauce Labs. Meanwhile, I've merged #14814, which should mitigate the issue on our side by force-quitting the Occurrences of Travis builds timing out due to no activity during |
@bradfrizzell In addition to my comment above, a good way to help reduce unit test flakiness is to pay attention to the For example, I'm seeing ~50 errors being reported when I run the a4a unit tests. See https://gist.github.com/rsimha/df05d98a891c850a067ef17b56f13cd8 |
I'm closing this because the issue is being tracked via #14848. Meanwhile, I'd encourage you to look into the console errors in https://gist.github.com/rsimha/df05d98a891c850a067ef17b56f13cd8 |
My team and I have all been experiencing greatly increased flakiness on Travis the last 2 weeks or so. In addition to integration tests being perhaps a bit more flaky than usual, the unit tests have also started to flake at high frequency whereas they used to never flake at all. Is there any understanding of why this is happening now, and is there any way we can try to help with remedying the situation?
The text was updated successfully, but these errors were encountered: