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(compute/metadata): fix retry logic to not panic on error #4714

Merged
merged 11 commits into from Sep 2, 2021
Merged

fix(compute/metadata): fix retry logic to not panic on error #4714

merged 11 commits into from Sep 2, 2021

Commits on Sep 1, 2021

  1. fix(compute/metadata): fix retry logic to not panic on error

    In the case of an error res will be nil.
    
    Fixes: #4713
    codyoss committed Sep 1, 2021
    Copy the full SHA
    1ae2a99 View commit details
    Browse the repository at this point in the history
  2. pr feedback and another test

    codyoss committed Sep 1, 2021
    Copy the full SHA
    363dcf7 View commit details
    Browse the repository at this point in the history
  3. handler error post retry

    codyoss committed Sep 1, 2021
    Copy the full SHA
    a1b22d0 View commit details
    Browse the repository at this point in the history
  4. fix test

    codyoss committed Sep 1, 2021
    Copy the full SHA
    2cb7093 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    031ffa9 View commit details
    Browse the repository at this point in the history
  6. fmt

    codyoss committed Sep 1, 2021
    Copy the full SHA
    c8510e1 View commit details
    Browse the repository at this point in the history
  7. actually update test

    codyoss committed Sep 1, 2021
    Copy the full SHA
    d4a49f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. fmt

    codyoss committed Sep 2, 2021
    Copy the full SHA
    4b1e94b View commit details
    Browse the repository at this point in the history
  2. fix test

    codyoss committed Sep 2, 2021
    Copy the full SHA
    564f86b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c5bf06a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ad61b71 View commit details
    Browse the repository at this point in the history