-
Notifications
You must be signed in to change notification settings - Fork 510
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
[WIP][Azure] Fix azure race condition #1428
Conversation
Thanks for the quick fix @suquark! Did you tried |
I run |
Yea, it seems that I can trigger it with one test. Let me try the latest fix to see if that helps. Btw, we already have the |
No, because it uses |
I just tried this fix, and seems the problem still exists. It seems the problem happens when the test try to |
Good to know. Let me keep digging. |
This issue has not been observed recently. Closing this for now. Please feel free to re-open it if it occurs again. |
This PR fixes some race condition mentioned in #1408. However, these race conditions should be pretty rare, so I am not sure if they are the root causes (from my understanding, it is more likely due to operating the same cluster at the same time, but I cannot find related code in the test). For me I cannot reproduce any of those errors in #1408 after this fix.
Closes #1408