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

Do not execute pending deletes at the start of deployment #11027

Merged
merged 1 commit into from Nov 1, 2022

Commits on Oct 14, 2022

  1. Do not execute pending deletes at the start of deployment

    This removes all the handling of pending deletes from the start of
    deployments. Instead we allow resources to just be deleted as they
    usually would at the end of the deployment.
    
    There's a big comment in TestPendingDeleteOrder that explains the order
    of operations in a succesful run and how that order differs if we try
    and do pending deletes up-front.
    
    Fixes #2948
    Frassle committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    a3128e5 View commit details
    Browse the repository at this point in the history