hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Failing test(s): TestAccDataprocVirtualCluster_basic #13635

Open SarahFrench opened 1 year ago

SarahFrench commented 1 year ago

Impacted tests:

Nightly builds:

Message:

------- Stdout: -------
=== RUN   TestAccDataprocVirtualCluster_basic
=== PAUSE TestAccDataprocVirtualCluster_basic
=== CONT  TestAccDataprocVirtualCluster_basic
provider_test.go:307: Step 1/1 error: Error running apply: exit status 1
Error: Error waiting for creating Dataproc cluster: Error code 2, message: GKE Operation operation-1675342929457-e1b6b341 is in RUNNING state, expecting DONE
with google_dataproc_cluster.virtual_cluster,
on terraform_plugin_test.tf line 29, in resource "google_dataproc_cluster" "virtual_cluster":
29: resource "google_dataproc_cluster" "virtual_cluster" {
--- FAIL: TestAccDataprocVirtualCluster_basic (1022.65s)
FAIL

Affected Resource(s)

b/299683658

shuyama1 commented 1 year ago

This may be due to a known upstream issue b/260182223

melinath commented 1 year ago

This is still happening occasionally.