terraform-provider-google icon indicating copy to clipboard operation
terraform-provider-google copied to clipboard

Failing test(s): TestAccCloudRunV2Service_cloudrunv2ServiceWithDirectVPCUpdate

Open roaks3 opened this issue 3 months ago • 1 comments

Impacted tests

  • TestAccCloudRunV2Service_cloudrunv2ServiceWithDirectVPCUpdate

Affected Resource(s)

  • google_cloud_run_v2_service

Failure rates

  • 100% since 2024-04-19

Message(s)

=== RUN   TestAccCloudRunV2Service_cloudrunv2ServiceWithDirectVPCUpdate
=== PAUSE TestAccCloudRunV2Service_cloudrunv2ServiceWithDirectVPCUpdate
=== CONT  TestAccCloudRunV2Service_cloudrunv2ServiceWithDirectVPCUpdate
    vcr_utils.go:152: Step 1/4 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
        Terraform will perform the following actions:
          # google_cloud_run_v2_service.default will be updated in-place
          ~ resource "google_cloud_run_v2_service" "default" {
                id                      = "projects/ci-test-project-nightly-beta/locations/us-central1/services/tf-test-cloudrun-servicedahrdpd64z"
              ~ launch_stage            = "GA" -> "BETA"
                name                    = "tf-test-cloudrun-servicedahrdpd64z"
                # (26 unchanged attributes hidden)
              ~ template {
                  + annotations                      = {}
                  + labels                           = {}
                    # (7 unchanged attributes hidden)
                  ~ containers {
                      + args        = []
                      + command     = []
                      + depends_on  = []
                        name        = null
                        # (2 unchanged attributes hidden)
                        # (3 unchanged blocks hidden)
                    }
                  ~ vpc_access {
                        # (2 unchanged attributes hidden)
                      ~ network_interfaces {
                          + tags       = []
                            # (2 unchanged attributes hidden)
                        }
                    }
                    # (1 unchanged block hidden)
                }
                # (1 unchanged block hidden)
            }
        Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccCloudRunV2Service_cloudrunv2ServiceWithDirectVPCUpdate (28.22s)
FAIL

Nightly build test history

  • https://hashicorp.teamcity.com/test/3837585304291526035?currentProjectId=TerraformProviders_GoogleCloud_GOOGLE_BETA_NIGHTLYTESTS&expandTestHistoryChartSection=true&expandedTest=build%3A%28id%3A135575%29%2Cid%3A2000000032

b/337886337

roaks3 avatar Apr 29 '24 18:04 roaks3