Skip to content

Commit 146dec5

Browse files
Update TestRecord
1 parent 8714a87 commit 146dec5

File tree

126 files changed

+4869
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+4869
-0
lines changed

quickstart/101-aci-linuxcontainer-public-ip/TestRecord.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
## 21 Sep 25 03:01 UTC
2+
3+
Success: false
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
Error:
15+
Error Trace: /home/runtimeuser/go/pkg/mod/github.com/gruntwork-io/[email protected]/modules/terraform/apply.go:34
16+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:111
17+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:91
18+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:59
19+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:55
20+
/src/test/e2e/quickstart_test.go:52
21+
Error: Received unexpected error:
22+
FatalError{Underlying: error while running command: exit status 1; ╷
23+
│ Error: creating Container Group (Subscription: "f7a632a5-49db-4c5e-9828-cd62cb753971"
24+
│ Resource Group Name: "rg-charmed-sloth"
25+
│ Container Group Name: "acigroup-ocle51n2dzrf6m13dl1a97hv8"): polling after ContainerGroupsCreateOrUpdate: polling failed: the Azure API returned the following error:
26+
│ 
27+
│ Status: "Failed"
28+
│ Code: "Failed"
29+
│ Message: "pulling image \"mcr.microsoft.com/azuredocs/aci-helloworld@sha256:b9cec4d6b50c6bf25e3f7f93bdc1628e5dca972cf132d38ed8f5bc955bb179c3\";Successfully pulled image \"mcr.microsoft.com/azuredocs/aci-helloworld@sha256:b9cec4d6b50c6bf25e3f7f93bdc1628e5dca972cf132d38ed8f5bc955bb179c3\";Started container;Subscription deployment didn't reach a successful provisioning state after '00:30:00'."
30+
│ Activity Id: ""
31+
│ 
32+
│ ---
33+
│ 
34+
│ API Response:
35+
│ 
36+
│ ----[start]----
37+
│ {"id":"/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-charmed-sloth/providers/Microsoft.ContainerInstance/containerGroups/acigroup-ocle51n2dzrf6m13dl1a97hv8","status":"Failed","startTime":"2025-09-21T00:15:40.1823929Z","properties":{"events":[{"count":1,"firstTimestamp":"2025-09-21T00:15:43Z","lastTimestamp":"2025-09-21T00:15:43Z","name":"Pulling","message":"pulling image \"mcr.microsoft.com/azuredocs/aci-helloworld@sha256:b9cec4d6b50c6bf25e3f7f93bdc1628e5dca972cf132d38ed8f5bc955bb179c3\"","type":"Normal"},{"count":1,"firstTimestamp":"2025-09-21T00:15:47Z","lastTimestamp":"2025-09-21T00:15:47Z","name":"Pulled","message":"Successfully pulled image \"mcr.microsoft.com/azuredocs/aci-helloworld@sha256:b9cec4d6b50c6bf25e3f7f93bdc1628e5dca972cf132d38ed8f5bc955bb179c3\"","type":"Normal"},{"count":1,"firstTimestamp":"2025-09-21T00:15:56Z","lastTimestamp":"2025-09-21T00:15:56Z","name":"Started","message":"Started container","type":"Normal"},{"count":1,"firstTimestamp":"2025-09-21T00:45:49.1468053Z","lastTimestamp":"2025-09-21T00:45:49.1468053Z","name":"DeploymentTimeout","message":"Subscription deployment didn't reach a successful provisioning state after '00:30:00'.","type":"Warning"}]},"error":{"message":"pulling image \"mcr.microsoft.com/azuredocs/aci-helloworld@sha256:b9cec4d6b50c6bf25e3f7f93bdc1628e5dca972cf132d38ed8f5bc955bb179c3\";Successfully pulled image \"mcr.microsoft.com/azuredocs/aci-helloworld@sha256:b9cec4d6b50c6bf25e3f7f93bdc1628e5dca972cf132d38ed8f5bc955bb179c3\";Started container;Subscription deployment didn't reach a successful provisioning state after '00:30:00'."}}
38+
│ -----[end]-----
39+
│ 
40+
│ 
41+
│  with azurerm_container_group.container,
42+
│  on main.tf line 17, in resource "azurerm_container_group" "container":
43+
│  17: resource "azurerm_container_group" "container" {
44+
│ 
45+
╵}
46+
Test: Test_Quickstarts/quickstart/101-aci-linuxcontainer-public-ip
47+
48+
FailNow
49+
Error:
50+
Error Trace: /home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:135
51+
/usr/local/go/src/runtime/panic.go:615
52+
/usr/local/go/src/testing/testing.go:1013
53+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/test_runner.go:53
54+
/home/runtimeuser/go/pkg/mod/github.com/gruntwork-io/[email protected]/modules/terraform/apply.go:34
55+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:111
56+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:91
57+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:59
58+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:55
59+
/src/test/e2e/quickstart_test.go:52
60+
Error: Received unexpected error:
61+
'terraform [destroy -auto-approve -input=false -lock=false]' unsuccessful after 5 retries
62+
Test: Test_Quickstarts/quickstart/101-aci-linuxcontainer-public-ip
63+
64+
FailNow
65+
66+
---
67+
168
## 14 Sep 25 00:17 UTC
269

370
Success: true

quickstart/101-aks-cluster-windows/TestRecord.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
1+
## 21 Sep 25 02:17 UTC
2+
3+
Success: false
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
Error:
15+
Error Trace: /home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:96
16+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:59
17+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:55
18+
/src/test/e2e/quickstart_test.go:52
19+
Error: Received unexpected error:
20+
terraform configuration not idempotent:random_pet.azurerm_kubernetes_cluster_dns_prefix: Refreshing state... [id=dns-supreme-pony]
21+
random_pet.rg_name: Refreshing state... [id=rg-sound-snapper]
22+
random_string.azurerm_kubernetes_cluster_node_pool: Refreshing state... [id=usdqta]
23+
random_pet.azurerm_kubernetes_cluster_name: Refreshing state... [id=cluster-chief-baboon]
24+
azurerm_resource_group.rg: Refreshing state... [id=/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-sound-snapper]
25+
azurerm_virtual_network.vnet: Refreshing state... [id=/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-sound-snapper/providers/Microsoft.Network/virtualNetworks/myvnet]
26+
azurerm_kubernetes_cluster.aks: Refreshing state... [id=/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-sound-snapper/providers/Microsoft.ContainerService/managedClusters/cluster-chief-baboon]
27+
azurerm_kubernetes_cluster_node_pool.win: Refreshing state... [id=/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-sound-snapper/providers/Microsoft.ContainerService/managedClusters/cluster-chief-baboon/agentPools/usdqta]
28+
29+
Terraform used the selected providers to generate the following execution
30+
plan. Resource actions are indicated with the following symbols:
31+
~ update in-place
32+
-/+ destroy and then create replacement
33+
34+
Terraform will perform the following actions:
35+
36+
 # azurerm_kubernetes_cluster.aks will be updated in-place
37+
 ~ resource "azurerm_kubernetes_cluster" "aks" {
38+
id = "/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-sound-snapper/providers/Microsoft.ContainerService/managedClusters/cluster-chief-baboon"
39+
name = "cluster-chief-baboon"
40+
tags = {}
41+
# (36 unchanged attributes hidden)
42+
43+
~ default_node_pool {
44+
name = "agentpool"
45+
tags = {}
46+
# (33 unchanged attributes hidden)
47+
48+
- upgrade_settings {
49+
- drain_timeout_in_minutes = 0 -> null
50+
- max_surge = "10%" -> null
51+
- node_soak_duration_in_minutes = 0 -> null
52+
}
53+
}
54+
55+
# (4 unchanged blocks hidden)
56+
}
57+
58+
 # azurerm_kubernetes_cluster_node_pool.win must be replaced
59+
-/+ resource "azurerm_kubernetes_cluster_node_pool" "win" {
60+
- custom_ca_trust_enabled = false -> null
61+
- enable_auto_scaling = false -> null
62+
- enable_host_encryption = false -> null
63+
- enable_node_public_ip = false -> null
64+
- fips_enabled = false -> null
65+
~ id = "/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-sound-snapper/providers/Microsoft.ContainerService/managedClusters/cluster-chief-baboon/agentPools/usdqta" -> (known after apply)
66+
~ kubelet_disk_type = "OS" -> (known after apply)
67+
- max_count = 0 -> null
68+
~ max_pods = 30 -> (known after apply)
69+
- min_count = 0 -> null
70+
name = "usdqta"
71+
~ node_labels = {} -> (known after apply)
72+
- node_taints = [] -> null
73+
~ orchestrator_version = "1.32" -> (known after apply)
74+
~ os_disk_size_gb = 128 -> (known after apply)
75+
~ os_sku = "Windows2022" -> (known after apply)
76+
- tags = {} -> null
77+
- vnet_subnet_id = "/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-sound-snapper/providers/Microsoft.Network/virtualNetworks/myvnet/subnets/subnet1" -> null # forces replacement
78+
- zones = [] -> null
79+
# (17 unchanged attributes hidden)
80+
81+
- upgrade_settings {
82+
- drain_timeout_in_minutes = 0 -> null
83+
- max_surge = "10%" -> null
84+
- node_soak_duration_in_minutes = 0 -> null
85+
}
86+
}
87+
88+
Plan: 1 to add, 1 to change, 1 to destroy.
89+

90+
─────────────────────────────────────────────────────────────────────────────
91+
92+
Saved the plan to:
93+
/tmp/101-aks-cluster-windows1820719795/src/quickstart/101-aks-cluster-windows/tf.plan
94+
95+
To perform exactly these actions, run the following command to apply:
96+
terraform apply "/tmp/101-aks-cluster-windows1820719795/src/quickstart/101-aks-cluster-windows/tf.plan"
97+
Test: Test_Quickstarts/quickstart/101-aks-cluster-windows
98+
99+
FailNow
100+
101+
---
102+
1103
## 14 Sep 25 02:16 UTC
2104

3105
Success: false

quickstart/101-aks-extended-zones/TestRecord.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
## 21 Sep 25 02:03 UTC
2+
3+
Success: false
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/azure/azapi v2.0.1
10+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
11+
+ provider registry.terraform.io/hashicorp/random v3.7.2
12+
13+
### Error
14+
15+
Error:
16+
Error Trace: /home/runtimeuser/go/pkg/mod/github.com/gruntwork-io/[email protected]/modules/terraform/apply.go:34
17+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:111
18+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:91
19+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:59
20+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:55
21+
/src/test/e2e/quickstart_test.go:52
22+
Error: Received unexpected error:
23+
FatalError{Underlying: error while running command: exit status 1; ╷
24+
│ Error: Failed to create/update resource
25+
│ 
26+
│  with azapi_resource.aks,
27+
│  on main.tf line 18, in resource "azapi_resource" "aks":
28+
│  18: resource "azapi_resource" "aks" {
29+
│ 
30+
│ creating/updating Resource: (ResourceId
31+
│ "/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-direct-reindeer/providers/Microsoft.ContainerService/ManagedClusters/cluster-equipped-woodcock"
32+
│ / Api Version "2024-05-01"): PUT
33+
│ https://management.azure.com/subscriptions/f7a632a5-49db-4c5e-9828-cd62cb753971/resourceGroups/rg-direct-reindeer/providers/Microsoft.ContainerService/ManagedClusters/cluster-equipped-woodcock
34+
│ --------------------------------------------------------------------------------
35+
│ RESPONSE 400: 400 Bad Request
36+
│ ERROR CODE: K8sVersionNotSupported
37+
│ --------------------------------------------------------------------------------
38+
│ {
39+
│  "code": "K8sVersionNotSupported",
40+
│  "details": null,
41+
│  "message": "Managed cluster cluster-equipped-woodcock is on version 1.29.15, which is only available for Long-Term Support (LTS). If you intend to onboard to LTS, please ensure the cluster is in Premium tier and LTS support plan (see https://aka.ms/aks/enable-lts). Otherwise, use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list",
42+
│  "subcode": ""
43+
│ }
44+
│ --------------------------------------------------------------------------------
45+
│ 
46+
╵}
47+
Test: Test_Quickstarts/quickstart/101-aks-extended-zones
48+
49+
FailNow
50+
51+
---
52+
153
## 14 Sep 25 01:57 UTC
254

355
Success: false

quickstart/101-aks-fleet-hubless/TestRecord.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 21 Sep 25 02:04 UTC
2+
3+
Success: true
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v4.45.0
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
No error was found.
15+
16+
---
17+
118
## 14 Sep 25 01:59 UTC
219

320
Success: true

quickstart/101-aks-standard-lb-and-vmss/TestRecord.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 21 Sep 25 02:01 UTC
2+
3+
Success: true
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
No error was found.
15+
16+
---
17+
118
## 14 Sep 25 02:03 UTC
219

320
Success: true

quickstart/101-analysis-services-create/TestRecord.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## 21 Sep 25 02:02 UTC
2+
3+
Success: false
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
Error:
15+
Error Trace: /home/runtimeuser/go/pkg/mod/github.com/gruntwork-io/[email protected]/modules/terraform/apply.go:34
16+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:111
17+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:91
18+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:59
19+
/home/runtimeuser/go/pkg/mod/github.com/!azure/[email protected]/e2etest.go:55
20+
/src/test/e2e/quickstart_test.go:52
21+
Error: Received unexpected error:
22+
FatalError{Underlying: error while running command: exit status 1; ╷
23+
│ Error: creating Server (Subscription: "f7a632a5-49db-4c5e-9828-cd62cb753971"
24+
│ Resource Group Name: "rg-complete-mako"
25+
│ Server Name: "tfjztdbcanbfthzyujslniefn"): performing Create: unexpected status 400 (400 Bad Request) with error: BadRequest: Firewall settings to enable Power BI Service can be specified only if firewall rules are specified and vice versa.
26+
│ 
27+
│  with azurerm_analysis_services_server.server,
28+
│  on main.tf line 17, in resource "azurerm_analysis_services_server" "server":
29+
│  17: resource "azurerm_analysis_services_server" "server" {
30+
│ 
31+
╵}
32+
Test: Test_Quickstarts/quickstart/101-analysis-services-create
33+
34+
FailNow
35+
36+
---
37+
138
## 14 Sep 25 01:54 UTC
239

340
Success: false

quickstart/101-app-configuration-store-kv/TestRecord.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 21 Sep 25 02:03 UTC
2+
3+
Success: true
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
No error was found.
15+
16+
---
17+
118
## 14 Sep 25 01:56 UTC
219

320
Success: true

quickstart/101-app-service-app-deploy/TestRecord.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 21 Sep 25 02:00 UTC
2+
3+
Success: true
4+
5+
### Versions
6+
7+
Terraform v1.12.2
8+
on linux_amd64
9+
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
10+
+ provider registry.terraform.io/hashicorp/random v3.7.2
11+
12+
### Error
13+
14+
No error was found.
15+
16+
---
17+
118
## 14 Sep 25 01:55 UTC
219

320
Success: true

0 commit comments

Comments
 (0)