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.31k stars 1.73k forks source link

Failing test(s): TestAccFilestoreInstance_reservedIpRange_update #18938

Closed SarahFrench closed 1 month ago

SarahFrench commented 2 months ago

Impacted tests

Affected Resource(s)

Failure rates

Message(s)

------- Stdout: -------
=== RUN   TestAccFilestoreInstance_reservedIpRange_update
=== PAUSE TestAccFilestoreInstance_reservedIpRange_update
=== CONT  TestAccFilestoreInstance_reservedIpRange_update
    vcr_utils.go:152: Step 1/4 error: Error running apply: exit status 1
        Error: Error creating Instance: googleapi: Error 400: reserved IP range 172.19.30.0/29 overlaps with the existing allocated IP range 172.19.30.0/29 in network "default".
          with google_filestore_instance.instance,
          on terraform_plugin_test.tf line 2, in resource "google_filestore_instance" "instance":
           2: resource "google_filestore_instance" "instance" {
--- FAIL: TestAccFilestoreInstance_reservedIpRange_update (3.53s)
FAIL

Nightly build test history

- https://hashicorp.teamcity.com/...

b/357622349

melinath commented 1 month ago

From triage: This will likely require either updating the IP range used and/or switching to a non-default network.

github-actions[bot] commented 2 weeks ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.