Skip to content

Update released versions #3939

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

Merged
merged 1 commit into from
Jul 27, 2022
Merged

Update released versions #3939

merged 1 commit into from
Jul 27, 2022

Conversation

rlazo
Copy link
Collaborator

@rlazo rlazo commented Jul 25, 2022

No description provided.

@rlazo rlazo requested a review from vkryachko July 25, 2022 17:48
@rlazo rlazo requested a review from davidmotson July 25, 2022 17:48
@google-oss-bot
Copy link
Contributor

Coverage Report 1

Affected Products

  • firebase-firestore

    Overall coverage changed from 45.92% (1737a87) to 45.88% (3dfd652) by -0.04%.

    FilenameBase (1737a87)Merge (3dfd652)Diff
    GrpcCallProvider.java62.35%51.76%-10.59%

Test Logs

Notes

  • Commit (3dfd652) is created by Prow via merging PR base commit (1737a87) and head commit (3db5080).
  • Run gradle <product>:checkCoverage to produce HTML coverage reports locally. After gradle commands finished, report files can be found under <product-build-dir>/reports/jacoco/.

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/NdEAqznrx0.html

@github-actions
Copy link
Contributor

Unit Test Results

   223 files  +   209     223 suites  +209   9m 9s ⏱️ + 8m 31s
3 358 tests +3 223  3 342 ✔️ +3 207  16 💤 +16  0 ±0 
3 362 runs  +3 227  3 346 ✔️ +3 211  16 💤 +16  0 ±0 

Results for commit 3db5080. ± Comparison against base commit 1737a87.

This pull request removes 135 and adds 3358 tests. Note that renamed tests count towards both.
com.google.firebase.appdistribution.impl.AabUpdaterTest ‑ updateAppTask_emptyLocationHeader_setsDownloadFailure
com.google.firebase.appdistribution.impl.AabUpdaterTest ‑ updateAppTask_isNotRedirectResponse_setsDownloadFailure
com.google.firebase.appdistribution.impl.AabUpdaterTest ‑ updateAppTask_missingLocationHeader_setsDownloadFailure
com.google.firebase.appdistribution.impl.AabUpdaterTest ‑ updateAppTask_onAppResume_setsUpdateCancelled
com.google.firebase.appdistribution.impl.AabUpdaterTest ‑ updateAppTask_whenAabReleaseAvailable_redirectsToPlay
com.google.firebase.appdistribution.impl.AabUpdaterTest ‑ updateAppTask_whenOpenConnectionFails_setsNetworkFailure
com.google.firebase.appdistribution.impl.AabUpdaterTest ‑ updateApp_whenCalledMultipleTimesWithAAB_returnsSameUpdateTask
com.google.firebase.appdistribution.impl.ApkInstallerTests ‑ installActivityDestroyed_setsInstallError
com.google.firebase.appdistribution.impl.ApkInstallerTests ‑ installApk_currentActivityNotNull_InstallIntentOnCurrentActivity
com.google.firebase.appdistribution.impl.ApkInstallerTests ‑ setCurrentActivity_appInForegroundAfterAnInstallAttempt_installIntentOnCurrentActivity
…
com.google.android.datatransport.cct.CctBackendFactoryTest ‑ create_returnCCTBackend_WhenBackendNameIsCCT
com.google.android.datatransport.cct.CctDestinationTest ‑ cctDestination_shouldOnlySupportProtoAndJson
com.google.android.datatransport.cct.CctDestinationTest ‑ cctDestination_shouldSupportProtoAndJson
com.google.android.datatransport.cct.CctTransportBackendTest ‑ decorate_whenOffline_shouldProperlyPopulateNetworkInfo
com.google.android.datatransport.cct.CctTransportBackendTest ‑ decorate_whenOnline_shouldProperlyPopulateNetworkInfo
com.google.android.datatransport.cct.CctTransportBackendTest ‑ send_CompressedResponseIsUncompressed
com.google.android.datatransport.cct.CctTransportBackendTest ‑ send_whenBackendRedirectsMoreThan5Times_shouldOnlyRedirect4Times
com.google.android.datatransport.cct.CctTransportBackendTest ‑ send_whenBackendRedirects_shouldCorrectlyFollowTheRedirectViaPost
com.google.android.datatransport.cct.CctTransportBackendTest ‑ send_whenBackendRedirectswith307_shouldCorrectlyFollowTheRedirectViaPost
com.google.android.datatransport.cct.CctTransportBackendTest ‑ send_whenBackendResponseTimesOut_shouldReturnTransientError
…

@google-oss-bot
Copy link
Contributor

Size Report 1

Affected Products

  • firebase-config

    TypeBase (1737a87)Merge (3dfd652)Diff
    aar63.3 kB63.3 kB+3 B (+0.0%)
    apk (aggressive)94.2 kB94.2 kB+4 B (+0.0%)
    apk (release)743 kB743 kB-4 B (-0.0%)
  • firebase-crashlytics

    TypeBase (1737a87)Merge (3dfd652)Diff
    aar341 kB341 kB-8 B (-0.0%)
    apk (aggressive)216 kB216 kB+4 B (+0.0%)
  • firebase-datatransport

    TypeBase (1737a87)Merge (3dfd652)Diff
    aar5.13 kB5.14 kB+5 B (+0.1%)
  • firebase-firestore

    TypeBase (1737a87)Merge (3dfd652)Diff
    aar1.26 MB1.26 MB-10 B (-0.0%)
  • firebase-ml-modeldownloader

    TypeBase (1737a87)Merge (3dfd652)Diff
    aar87.6 kB87.6 kB+1 B (+0.0%)
  • transport-backend-cct

    TypeBase (1737a87)Merge (3dfd652)Diff
    aar53.5 kB53.5 kB+1 B (+0.0%)
    apk (aggressive)58.0 kB58.1 kB+4 B (+0.0%)

Test Logs

Notes

  • Commit (3dfd652) is created by Prow via merging PR base commit (1737a87) and head commit (3db5080).

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/kigmmxiogn.html

@google-oss-bot
Copy link
Contributor

@rlazo: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
smoke-tests 3db5080 link /test smoke-tests

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@rlazo rlazo merged commit 0fe063e into master Jul 27, 2022
@rlazo rlazo deleted the m1181vers branch July 27, 2022 18:05
lfkellogg pushed a commit that referenced this pull request Aug 5, 2022
@firebase firebase locked and limited conversation to collaborators Aug 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants