Skip to content

Fix overlay bug with multiple field patches #3623

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 11 commits into from
Apr 11, 2022
Merged

Conversation

wu-hui
Copy link
Contributor

@wu-hui wu-hui commented Apr 6, 2022

Fix: #3621

@wu-hui wu-hui force-pushed the wuandy/MultipleFieldPatchFix branch from fd62162 to e2fddb0 Compare April 6, 2022 19:07
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Apr 6, 2022

Coverage Report 1

Affected Products

  • firebase-firestore

    Overall coverage changed from 46.24% (1f25801) to 46.12% (0a13476) by -0.12%.

    14 individual files with coverage change

    FilenameBase (1f25801)Merge (0a13476)Diff
    AsyncQueue.java78.61%78.11%-0.50%
    Datastore.java35.53%32.89%-2.63%
    DeleteMutation.java90.00%90.48%+0.48%
    FirestoreChannel.java17.95%16.24%-1.71%
    FirestoreClient.java38.52%31.11%-7.41%
    GrpcCallProvider.java69.41%62.35%-7.06%
    IndexBackfiller.java92.19%76.56%-15.63%
    LocalStore.java99.37%99.38%+0.00%
    LruGarbageCollector.java93.46%84.11%-9.35%
    Mutation.java100.00%98.48%-1.52%
    MutationBatch.java89.39%89.06%-0.33%
    OverlayedDocument.java?100.00%?
    SetMutation.java94.29%97.22%+2.94%
    VerifyMutation.java50.00%46.15%-3.85%

Test Logs

Notes

  • Commit (0a13476) is created by Prow via merging PR base commit (1f25801) and head commit (f8d79c2).
  • 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/YPFR7uMrT7.html

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Apr 6, 2022

Size Report 1

Affected Products

  • firebase-firestore

    TypeBase (1f25801)Merge (0a13476)Diff
    aar1.25 MB1.25 MB+1.29 kB (+0.1%)
    apk (release)3.38 MB3.38 MB+504 B (+0.0%)

Test Logs

Notes

  • Commit (0a13476) is created by Prow via merging PR base commit (1f25801) and head commit (f8d79c2).

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

@wu-hui wu-hui requested a review from ehsannas April 7, 2022 00:45
@ehsannas ehsannas assigned wu-hui and unassigned ehsannas Apr 8, 2022
@ehsannas
Copy link
Contributor

ehsannas commented Apr 8, 2022

Also need a CHANGELOG entry?

@wu-hui wu-hui assigned ehsannas and unassigned wu-hui Apr 8, 2022
Copy link
Contributor

@ehsannas ehsannas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, some nits below

@google-oss-bot
Copy link
Contributor

@wu-hui: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
smoke-tests f8d79c2 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.

@wu-hui wu-hui merged commit 4d49364 into master Apr 11, 2022
@wu-hui wu-hui deleted the wuandy/MultipleFieldPatchFix branch April 11, 2022 16:29
@firebase firebase locked and limited conversation to collaborators May 12, 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.

[cloud_firestore] Snapshot lost attributes changes after offline updates
3 participants