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

Bug 1806407: Add a delay between successive retries for service reachability check and wait for n consecutive successes. #24684

Commits on Mar 13, 2020

  1. Add a delay between successive retries for service reachability check

    abhat authored and openshift-cherrypick-robot committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c3c114f View commit details
    Browse the repository at this point in the history
  2. Add a mechanism to retry for n consecutive reachability successes

    Hoisted the function that checks for http reachability to the e2e
    test and modified it's logic to retry till we have n consecutive
    reachability successes. If there is a single failure, the counter
    is reset.
    abhat authored and openshift-cherrypick-robot committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    766bcfd View commit details
    Browse the repository at this point in the history