Skip to content

Commit 7a9292b

Browse files
Fix TF: Failing test(s): TestAccDataprocVirtualCluster_basic (#12454) (#20606)
[upstream:3d23a5787ff8136631badebfe31f8c9b01dc344e] Signed-off-by: Modular Magician <[email protected]>
1 parent af247cd commit 7a9292b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.changelog/12454.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
dataproc: fixed test failure due to usage of deprecated version
3+
```

google/services/dataproc/resource_dataproc_cluster_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func TestAccDataprocVirtualCluster_basic(t *testing.T) {
114114
var cluster dataproc.Cluster
115115
rnd := acctest.RandString(t, 10)
116116
pid := envvar.GetTestProjectFromEnv()
117-
version := "3.1-dataproc-7"
117+
version := "3.5-dataproc-17"
118118
networkName := acctest.BootstrapSharedTestNetwork(t, "gke-cluster")
119119
subnetworkName := acctest.BootstrapSubnet(t, "gke-cluster", networkName)
120120

@@ -1447,7 +1447,7 @@ resource "google_dataproc_cluster" "virtual_cluster" {
14471447
kubernetes_namespace = "tf-test-dproc-%s"
14481448
kubernetes_software_config {
14491449
component_version = {
1450-
"SPARK": "3.1-dataproc-7",
1450+
"SPARK": "3.5-dataproc-17",
14511451
}
14521452
}
14531453
gke_cluster_config {

website/docs/r/dataproc_cluster.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ resource "google_dataproc_cluster" "accelerated_cluster" {
214214
215215
kubernetes_software_config {
216216
component_version = {
217-
"SPARK" : "3.1-dataproc-7"
217+
"SPARK" : "3.5-dataproc-17"
218218
}
219219
220220
properties = {

0 commit comments

Comments
 (0)