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

We will waste about a minute during tests if the resource groups don't exist #26

Open
yaronyg opened this issue Sep 20, 2017 · 0 comments

Comments

@yaronyg
Copy link
Owner

yaronyg commented Sep 20, 2017

When we try to delete the resource groups at the start of a test the delete will fail if the resource groups don't exist. But we will just consume that error and retry 60 times and then only then actually return the failure to delete a non-existent group error which will then be consumed and ignored. So ideally we would enhance runAzCommand with the ability to say "If you see this error then just return immediately, it's o.k. (or it's bad)."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant