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): TestAccSecureSourceManagerInstance_secureSourceManagerInstancePrivatePscBackendExample #20576

Comments

@BBBmau
Copy link
Contributor

BBBmau commented Dec 3, 2024

Impacted tests

  • TestAccSecureSourceManagerInstance_secureSourceManagerInstancePrivatePscBackendExample

Affected Resource(s)

  • google_compute_region_backend_service
  • google_compute_region_network_endpoint_group

Failure rates

  • 100% since 2024-11-22

Message(s)

=== CONT  TestAccSecureSourceManagerInstance_secureSourceManagerInstancePrivatePscBackendExample
    resource_secure_source_manager_instance_generated_test.go:264: Step 1/2 error: After applying this test step, the plan was not empty.
        stdout:
        Terraform used the selected providers to generate the following execution
        plan. Resource actions are indicated with the following symbols:
          ~ update in-place
        -/+ destroy and then create replacement
        Terraform will perform the following actions:
          # google_compute_region_backend_service.backend_service will be updated in-place
          ~ resource "google_compute_region_backend_service" "backend_service" {
                id                              = "projects/ci-test-project-nightly-ga/regions/us-central1/backendServices/tf-test-my-backend-serviced9ioynekab"
                name                            = "tf-test-my-backend-serviced9ioynekab"
                # (18 unchanged attributes hidden)
              - backend {
                  - balancing_mode               = "UTILIZATION" -> null
                  - capacity_scaler              = 1 -> null
                  - failover                     = false -> null
                  - group                        = "https://www.googleapis.com/compute/v1/projects/ci-test-project-nightly-ga/regions/us-central1/networkEndpointGroups/tf-test-my-negd9ioynekab" -> null
                  - max_connections              = 0 -> null
                  - max_connections_per_endpoint = 0 -> null
                  - max_connections_per_instance = 0 -> null
                  - max_rate                     = 0 -> null
                  - max_rate_per_endpoint        = 0 -> null
                  - max_rate_per_instance        = 0 -> null
                  - max_utilization              = 0 -> null
                    # (1 unchanged attribute hidden)
                }
              + backend {
                  + balancing_mode  = "UTILIZATION"
                  + capacity_scaler = 1
                  + failover        = (known after apply)
                  + group           = (known after apply)
                    # (1 unchanged attribute hidden)
                }
            }
          # google_compute_region_network_endpoint_group.psc_neg must be replaced
        -/+ resource "google_compute_region_network_endpoint_group" "psc_neg" {
              ~ id                    = "projects/ci-test-project-nightly-ga/regions/us-central1/networkEndpointGroups/tf-test-my-negd9ioynekab" -> (known after apply)
                name                  = "tf-test-my-negd9ioynekab"
              ~ network               = "https://www.googleapis.com/compute/v1/projects/ci-test-project-nightly-ga/global/networks/tf-test-my-networkd9ioynekab" -> "projects/ci-test-project-nightly-ga/global/networks/tf-test-my-networkd9ioynekab"
              ~ region                = "https://www.googleapis.com/compute/v1/projects/ci-test-project-nightly-ga/regions/us-central1" -> "us-central1"
              ~ self_link             = "https://www.googleapis.com/compute/v1/projects/ci-test-project-nightly-ga/regions/us-central1/networkEndpointGroups/tf-test-my-negd9ioynekab" -> (known after apply)
              ~ subnetwork            = "https://www.googleapis.com/compute/v1/projects/ci-test-project-nightly-ga/regions/us-central1/subnetworks/tf-test-my-subnetd9ioynekab" -> "projects/ci-test-project-nightly-ga/regions/us-central1/subnetworks/tf-test-my-subnetd9ioynekab"
                # (4 unchanged attributes hidden)
              - psc_data { # forces replacement
                    # (1 unchanged attribute hidden)
                }
            }
        Plan: 1 to add, 1 to change, 1 to destroy.
--- FAIL: TestAccSecureSourceManagerInstance_secureSourceManagerInstancePrivatePscBackendExample (3183.99s)

Nightly build test history

b/383112062
b/383112141

@BBBmau BBBmau added size/s and removed forward/review In review; remove label to forward labels Dec 9, 2024
@BBBmau BBBmau added this to the Goals milestone Dec 9, 2024
wiktorn added a commit to GoogleCloudPlatform/cloud-foundation-fabric that referenced this issue Dec 17, 2024
wiktorn added a commit to GoogleCloudPlatform/cloud-foundation-fabric that referenced this issue Dec 17, 2024
wiktorn added a commit to GoogleCloudPlatform/cloud-foundation-fabric that referenced this issue Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment