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

kvserver: deflake TestReplicaProbeRequest #98747

Merged
merged 1 commit into from
Mar 16, 2023

Commits on Mar 16, 2023

  1. kvserver: deflake TestReplicaProbeRequest

    When we ignored an ambigous result but the probe didn't actually happen,
    a later condition in the test would fail.
    
    Retry the probe on ambiguous results instead; the test already only
    expects the probe to happen "at least once", so we don't introduce
    any new issues should a successful probe end up being retried.
    
    Fixes cockroachdb#97136.
    
    Epic: none
    Release note: None
    tbg committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    989e615 View commit details
    Browse the repository at this point in the history