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): TestAccTagsLocationTagBinding_locationTagBindingzonal (subnetworks/default is not ready) #16692

Open SarahFrench opened 11 months ago

SarahFrench commented 11 months ago

Test failure is one that affects multiple resources, e.g. see https://github.com/hashicorp/terraform-provider-google/issues/16313

Failure rates

Impacted tests

Affected Resource(s)

Nightly build test history

Message(s)

------- Stdout: -------
=== RUN   TestAccTagsLocationTagBinding_locationTagBindingzonal
=== PAUSE TestAccTagsLocationTagBinding_locationTagBindingzonal
=== CONT  TestAccTagsLocationTagBinding_locationTagBindingzonal
    vcr_utils.go:152: Step 1/2 error: Error running apply: exit status 1
        Error: Error creating instance: googleapi: Error 400: The resource 'projects/ci-test-project-nightly-ga/regions/us-central1/subnetworks/default' is not ready, resourceNotReady
          with google_compute_instance.default,
          on terraform_plugin_test.tf line 15, in resource "google_compute_instance" "default":
          15: resource "google_compute_instance" "default" {
--- FAIL: TestAccTagsLocationTagBinding_locationTagBindingzonal (170.82s)
FAIL

b/315953276

rileykarson commented 11 months ago

We may want to use a different resource (such as a disk) to avoid depending on a working subnetwork here