Amend session ID to prevent parallel operations on a resource.#3807
Amend session ID to prevent parallel operations on a resource.#3807marrobi wants to merge 7 commits intomicrosoft:mainfrom
Conversation
Unit Test Results596 tests 594 ✅ 7s ⏱️ Results for commit 7a3188d. ♻️ This comment has been updated with latest results. |
|
@damoodamoo before I finish this of, value your opinion on if this is a good "solution" to this challenge. |
|
/test-destroy-env |
|
Destroying PR test environment (RG: rg-tre6c41c63c)... (run: https://github.com/microsoft/AzureTRE/actions/runs/7180372009) |
|
PR test environment destroy complete (RG: rg-tre6c41c63c) |
|
Think it's worth trying to replicate with just terraform as the TF provider should wait for the VNet to be ready. If can reproduce, create issue upstream, and remove workaround when resolved. |
|
Need to verify behaviour if try to start/deploy multiple VMs at once, does it happen in series? |
|
Closing this PR as it has been open for too long. |
Resolves #3177
What is being addressed
How is this addressed