-
Notifications
You must be signed in to change notification settings - Fork 578
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
Implement Android Executors for Storage #4830
Conversation
📝 PRs merging into main branchOur main branch should always be in a releasable state. If you are working on a larger change, or if you don't want this change to see the light of the day just yet, consider using a feature branch first, and only merge into the main branch when the code complete and ready to be released. Add the 'main-merge-ack' label to your PR to confirm merging into the main branch is intended. |
Coverage Report 1Affected Products
Test Logs |
Unit Test Results 36 files ±0 36 suites ±0 6m 21s ⏱️ ±0s For more details on these failures, see this check. Results for commit 024171d. ± Comparison against base commit 4c833f6. ♻️ This comment has been updated with latest results. |
@rlazo - It seems like creating a |
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Notes
Startup Times
|
firebase-storage/src/main/java/com/google/firebase/storage/StorageRegistrar.java
Outdated
Show resolved
Hide resolved
firebase-storage/src/main/java/com/google/firebase/storage/FirebaseStorageComponent.java
Outdated
Show resolved
Hide resolved
I didn't see any changes to the tests , where did you made the change? |
I was referring to the change made here: https://github.com/firebase/firebase-android-sdk/pull/4830/files#diff-8a3cd8845e80a432177d61c12b761f03d6da86be0b22b62ee0de1d5341a8fbefR44 |
If you sync past #4854 tests should start passing. Thanks! |
948db98
to
7ed6c14
Compare
firebase-storage/src/test/java/com/google/firebase/storage/TestUtil.java
Outdated
Show resolved
Hide resolved
firebase-storage/src/testUtil/java/com/google/firebase/storage/TestUploadHelper.java
Outdated
Show resolved
Hide resolved
This reverts commit 55e77f0.
This reverts commit 55e77f0.
go/firebase-android-executors