Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test(s): TestAccRedisInstance_updateReadReplicasMode - "New subnetwork IP range (10.79.0.0/28) overlaps with an active peer network" #16716

Open
SarahFrench opened this issue Dec 7, 2023 · 1 comment

Comments

@SarahFrench
Copy link
Member

SarahFrench commented Dec 7, 2023

Failure rates

  • 11% since 2023-11-01

Impacted tests

  • TestAccRedisInstance_updateReadReplicasMode

Affected Resource(s)

  • google_redis_instance

Nightly build test history

Message(s)

------- Stdout: -------
=== RUN   TestAccRedisInstance_updateReadReplicasMode
=== PAUSE TestAccRedisInstance_updateReadReplicasMode
=== CONT  TestAccRedisInstance_updateReadReplicasMode
    vcr_utils.go:152: Step 3/5 error: Error running apply: exit status 1
        Error: Error waiting for Updating Instance: Error code 9, message: New subnetwork IP range (10.79.0.0/28) overlaps with an active peer network (redis-peer-594424405950).
          with google_redis_instance.test,
          on terraform_plugin_test.tf line 2, in resource "google_redis_instance" "test":
           2: resource "google_redis_instance" "test" {
    testing_new.go:84: Error running post-test destroy, there may be dangling resources: exit status 1
        Error: Instance cannot be destroyed
          on terraform_plugin_test.tf line 2:
           2: resource "google_redis_instance" "test" {
        Resource google_redis_instance.test has lifecycle.prevent_destroy set, but
        the plan calls for this resource to be destroyed. To avoid this error and
        continue with the plan, either disable lifecycle.prevent_destroy or reduce
        the scope of the plan using the -target flag.
--- FAIL: TestAccRedisInstance_updateReadReplicasMode (382.61s)
FAIL

b/318812869

@github-actions github-actions bot added forward/review In review; remove label to forward service/redis-instance labels Dec 7, 2023
@rileykarson rileykarson added this to the Goals milestone Dec 11, 2023
@rileykarson rileykarson removed the forward/review In review; remove label to forward label Dec 11, 2023
@melinath melinath added test-failure-10 and removed test-failure-0 0%+ fail rate labels Oct 22, 2024
@himanikh
Copy link
Contributor

I don't have access to the account to debug more but looks like the subnet range 10.79.0.0/28 is already being used. Switching to a new subnet or cleaning up whatever is blocking the 10.79.0.0/28 range would help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants