-
Notifications
You must be signed in to change notification settings - Fork 609
Firestore ArraysTransformTests flake on CI #7
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
Comments
I think the issue might be load related on the backend. I suspect we can fix this quickly by just retrying the test a few times like the database tests do. |
Keeping the issue open (for a month?), until we know it does not resurface |
FYI- I just saw a CI failure (https://k8s-gubernator.appspot.com/build/android-ci/pr-logs/pull/firebase_firebase-android-sdk/19/connected-check/1041755699446550530/) although it was an adb timeout instead of an actual test timeout...?
Also, FWIW- We believe we understand the root problem here. There's a "cold start" issue in the backend where if a project hasn't been used in an hour, then the first request could take ~35 seconds to complete. There is an improvement rolling out soon (perhaps Wednesday). |
Is this fixed? |
#50 should fix it once and for all, but I can't submit it because CI is broken. 😛 |
#50 was submitted. Please holler at me if anybody is still seeing this. |
It seems frequently the case that a couple of integration tests on Firestore flake out on CI. It is the same couple of tests that fail each time (I think?), but I am not sure if that is just symptomatic of a broader issue.
Example
@vkryachko If it seems like it is the nature of these tests (as opposed to the nature of CI) that cause these failures, we could consider @schmidt-sebastian 's approach in firebase-database to retry flaky tests. wdyt?
The text was updated successfully, but these errors were encountered: