Skip to content

Conversation

@groakley
Copy link
Contributor

Status#equals() uses reference equality. This will typically work for OK statuses, but will almost always fail for non-OK statuses. Status#isOk() or comparing Status#getCode() is preferred.

See cl/356819841 for additional context and motivation.

… reference equality. Status#isOk() or comparing Status#getCode() is preferred.
@google-cla google-cla bot added the cla: yes Override cla label Feb 11, 2021
@google-oss-bot
Copy link
Contributor

Hi @groakley. Thanks for your PR.

I'm waiting for a firebase member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@schmidt-sebastian
Copy link
Contributor

/ok-to-test

@schmidt-sebastian schmidt-sebastian self-assigned this Feb 11, 2021
@google-oss-bot
Copy link
Contributor

Coverage Report

Affected SDKs

No changes between base commit (a493044) and head commit (a90b434c).

Test Logs

Notes

HTML coverage reports can be produced locally with ./gradlew <product>:checkCoverage.
Report files are located at <product-build-dir>/reports/jacoco/.

Head commit (a90b434c) is created by Prow via merging commits: a493044 100632f.

@google-oss-bot
Copy link
Contributor

Binary Size Report

Affected SDKs

  • firebase-firestore

    Type Base (a493044) Head (a90b434c) Diff
    aar 1.10 MB 1.10 MB -52 B (-0.0%)
    apk (release) 3.19 MB 3.19 MB +192 B (+0.0%)

Test Logs

Notes

Head commit (a90b434c) is created by Prow via merging commits: a493044 100632f.

@schmidt-sebastian schmidt-sebastian merged commit 5947657 into firebase:master Feb 11, 2021
@firebase firebase locked and limited conversation to collaborators Mar 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

3 participants