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

[CTX-601] chore: always retry terraform-destroy #1664

Merged
merged 1 commit into from
Jun 1, 2023

Commits on Jun 1, 2023

  1. chore: always retry terraform-destroy

    Many acceptance test failures are caused by stray resources left behind
    from previous runs. We think failed terraform-destroy cleanup might be
    to blame. This commit adds unconditional retry with a long exponential
    backoff to try to ensure that cleanup can work within cloud provider
    rate limits, reducing the maintenance burden.
    
    Remove RetryConfig, which a small number of tests were using to
    optionally add retry behaviour.
    craigfurman committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d0cc3aa View commit details
    Browse the repository at this point in the history