Skip to content

Commit

Permalink
Fix TF: Failing test(s): TestAccDataprocVirtualCluster_basic (#12454) (
Browse files Browse the repository at this point in the history
#8852)

[upstream:3d23a5787ff8136631badebfe31f8c9b01dc344e]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 5, 2024
1 parent 5ad8ce6 commit 765c807
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changelog/12454.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none
dataproc: fixed test failure due to usage of deprecated version
```
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func TestAccDataprocVirtualCluster_basic(t *testing.T) {
var cluster dataproc.Cluster
rnd := acctest.RandString(t, 10)
pid := envvar.GetTestProjectFromEnv()
version := "3.1-dataproc-7"
version := "3.5-dataproc-17"
networkName := acctest.BootstrapSharedTestNetwork(t, "gke-cluster")
subnetworkName := acctest.BootstrapSubnet(t, "gke-cluster", networkName)

Expand Down Expand Up @@ -1447,7 +1447,7 @@ resource "google_dataproc_cluster" "virtual_cluster" {
kubernetes_namespace = "tf-test-dproc-%s"
kubernetes_software_config {
component_version = {
"SPARK": "3.1-dataproc-7",
"SPARK": "3.5-dataproc-17",
}
}
gke_cluster_config {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/dataproc_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ resource "google_dataproc_cluster" "accelerated_cluster" {
kubernetes_software_config {
component_version = {
"SPARK" : "3.1-dataproc-7"
"SPARK" : "3.5-dataproc-17"
}
properties = {
Expand Down

0 comments on commit 765c807

Please sign in to comment.