Skip to content
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

fix: check that all bulk mutation entries are accounted for #1907

Merged
merged 5 commits into from Sep 12, 2023

Commits on Sep 12, 2023

  1. fix: add a sanity check that all bulk mutation entries are accounted for

    Add a fail safe that marks missing entries in a response as permanent errors. Previously the client assumed that all entries were present and only looked for errors
    
    Change-Id: Ie3f294fd6bb19ec17662b58bfe9c75a3eed81097
    igorbernstein2 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    42a63b0 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Change-Id: I7619ef3ca3921ecc92efd65dc16c86548d51af3f
    igorbernstein2 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    35adef3 View commit details
    Browse the repository at this point in the history
  3. codestyle

    Change-Id: I3d4a5780bd3f7572c9889c10e60b908b1e05b359
    igorbernstein2 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3d48bf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b91b251 View commit details
    Browse the repository at this point in the history
  5. Revert "codestyle"

    This reverts commit 3d48bf5.
    igorbernstein2 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    44cdefd View commit details
    Browse the repository at this point in the history