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

Retry for stale reads in KV CAS chaos test #4769

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Dec 14, 2023

  1. Test helper to toggle DirectGet of KV buckets

    Signed-off-by: Marco Primi marco@synadia.com
    mprimi committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4b456f2 View commit details
    Browse the repository at this point in the history
  2. Update KV CAS 'chaos' test to allow stale reads

    When detecting a stale value, retry rather than fail immediately.
    
    Signed-off-by: Marco Primi marco@synadia.com
    mprimi committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    dc76df4 View commit details
    Browse the repository at this point in the history
  3. Update test to check error using require_* helpers

    Signed-off-by: Marco Primi marco@synadia.com
    mprimi committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    09ba556 View commit details
    Browse the repository at this point in the history