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

Robustness patch delete #18242

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jun 27, 2024

  1. Don't validate watch patching time as we no longer use watch to decid…

    …e to discard
    
    Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
    serathius committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0ee0da4 View commit details
    Browse the repository at this point in the history
  2. Refactor patchOperations to handle each operation separetly, which is…

    … useful to implement patching for non-put
    
    Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
    serathius committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a47ad53 View commit details
    Browse the repository at this point in the history
  3. Unify patchOperation arguments to be map from keyValue to int64

    Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
    serathius committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1dc2165 View commit details
    Browse the repository at this point in the history
  4. Unify calculating returnTime

    Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
    serathius committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    eeeda9e View commit details
    Browse the repository at this point in the history
  5. Refactor watch response util functions for unit tests

    Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
    serathius committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8ffe921 View commit details
    Browse the repository at this point in the history
  6. Use client request count for uniqness

    Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
    serathius committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a7c3843 View commit details
    Browse the repository at this point in the history
  7. Patch delete request based on their uniqness in client requests

    Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
    serathius committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    b2a21be View commit details
    Browse the repository at this point in the history