-
Notifications
You must be signed in to change notification settings - Fork 118
Unit test flakes #155
Comments
@foxish Thanks for filing this issue. I see flaky tests in #152 and #154. Do we want to restart the builds? If new builds succeed, that will unblock these PRs for now. Travis gives an option to restart builds in the UI if one has permission. (I don't have the permission, but one of us may have) In parallel, I'll exclude them in .travis.yml. |
From a stackoverflow discussion:
|
I did retry the builds a few times. It eventually passed in one of the jobs in #154. It's not really a blocker at this point, but something to fix in the long run so that we don't miss actual error signals. |
#156 ignores some flaky tests and is now merged -- let's leave this issue open for a week or two to see if more flakes pop up, then close to keep our issue backlog cleaned out. |
We can probably close this soon. Not a blocker for the alpha anymore. |
From #110 (comment)
This issue tracks excluding flakes from the travis build so that we can get clear signals from CI
cc @kimoonkim
The text was updated successfully, but these errors were encountered: