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: set wait timeout on watchdog #1913

Merged
merged 8 commits into from Sep 13, 2023
Merged

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

Commits on Sep 13, 2023

  1. fix: set wait timeout on watchdog

    mutianf authored and igorbernstein2 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4c27518 View commit details
    Browse the repository at this point in the history
  2. shorten test runtime

    mutianf authored and igorbernstein2 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b2fca62 View commit details
    Browse the repository at this point in the history
  3. lower cdc wait timeouts

    Change-Id: I3dcbe9f7c0e063852b163a11057a0121aa327665
    igorbernstein2 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    11f06af View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/main' into mutianf-wait_timeout

    Change-Id: I8be5d3a2fed1b76265b484c1fc3a255eefc6edb3
    igorbernstein2 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e0ad37d View commit details
    Browse the repository at this point in the history
  5. add a test

    Change-Id: I7122fe2b53a1ce94aade23830ea95317ccf81595
    igorbernstein2 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d7261b7 View commit details
    Browse the repository at this point in the history