-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kubernetes_cluster_node_pool: Fix race condition with virtual network…
… status when creating node pool (#25888) * Fix race condition when creating multiple node pools. Related to #13105 ``` ❯ make acctests SERVICE='containers' TESTARGS='-run=TestAccKubernetesClusterNodePool_virtualNetworkOwnershipRaceCondition' TESTTIMEOUT='60m' ==> Checking that code complies with gofmt requirements... ==> Checking that Custom Timeouts are used... ==> Checking that acceptance test packages are used... TF_ACC=1 go test -v ./internal/services/containers -run=TestAccKubernetesClusterNodePool_virtualNetworkOwnershipRaceCondition -timeout 60m -ldflags="-X=github.com/hashicorp/terraform-provider-azurerm/version.ProviderVersion=acc" === RUN TestAccKubernetesClusterNodePool_virtualNetworkOwnershipRaceCondition === PAUSE TestAccKubernetesClusterNodePool_virtualNetworkOwnershipRaceCondition === CONT TestAccKubernetesClusterNodePool_virtualNetworkOwnershipRaceCondition --- PASS: TestAccKubernetesClusterNodePool_virtualNetworkOwnershipRaceCondition (1395.32s) PASS ok github.com/hashicorp/terraform-provider-azurerm/internal/services/containers 1398.094s ``` blah * kubernetes_cluster_node_pool: Address PR reviews Co-authored-by: Tom Harvey <[email protected]> Co-authored-by: stephybun <[email protected]> --------- Co-authored-by: Tom Harvey <[email protected]> Co-authored-by: stephybun <[email protected]>
- Loading branch information
1 parent
d53b100
commit 9857f2e
Showing
2 changed files
with
167 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters