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): TestAccCloudFunctionsFunction_vpcConnectorEgressSettings #20570

Open
BBBmau opened this issue Dec 3, 2024 · 0 comments · May be fixed by GoogleCloudPlatform/magic-modules#12806

Comments

@BBBmau
Copy link
Contributor

BBBmau commented Dec 3, 2024

Impacted tests

  • TestAccCloudFunctionsFunction_vpcConnectorEgressSettings

Affected Resource(s)

  • google_project_iam_member

Failure rates

  • 75% since 2024-11-21

Message(s)

------- Stdout: -------
=== RUN   TestAccCloudFunctionsFunction_vpcConnectorEgressSettings
=== PAUSE TestAccCloudFunctionsFunction_vpcConnectorEgressSettings
=== CONT  TestAccCloudFunctionsFunction_vpcConnectorEgressSettings
    resource_cloudfunctions_function_test.go:405: Step 3/4 error: After applying this test step and performing a `terraform refresh`, 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:
          + create
        Terraform will perform the following actions:
          # google_project_iam_member.gcfadmin will be created
          + resource "google_project_iam_member" "gcfadmin" {
              + etag    = (known after apply)
              + id      = (known after apply)
              + member  = "serviceAccount:[email protected]"
              + project = "ci-test-project-nightly-ga"
              + role    = "roles/editor"
            }
        Plan: 1 to add, 0 to change, 0 to destroy.
--- FAIL: TestAccCloudFunctionsFunction_vpcConnectorEgressSettings (743.25s)
FAIL

Nightly build test history

b/383112305

@github-actions github-actions bot added forward/review In review; remove label to forward service/cloudresourcemanager-crm labels Dec 3, 2024
@BBBmau BBBmau removed the forward/review In review; remove label to forward label Dec 9, 2024
@BBBmau BBBmau added this to the Goals milestone Dec 9, 2024
@BBBmau BBBmau added the size/s label Dec 9, 2024
wyardley added a commit to wyardley/magic-modules that referenced this issue Jan 19, 2025
Bootstrap IAM role for
`service-[project_number]@gcf-admin-robot.iam.gserviceaccount.com` to
avoid having bindings get deleted when tests run in parallel.

Also adjust role(s) assigned to service agent.

Fixes hashicorp/terraform-provider-google#20570
wyardley added a commit to wyardley/magic-modules that referenced this issue Jan 19, 2025
Bootstrap IAM role for
`service-[project_number]@gcf-admin-robot.iam.gserviceaccount.com` to
avoid having bindings get deleted when tests run in parallel.

Also adjust role(s) assigned to service agent.

Fixes hashicorp/terraform-provider-google#20570
wyardley added a commit to wyardley/magic-modules that referenced this issue Jan 19, 2025
Bootstrap IAM role for
`service-[project_number]@gcf-admin-robot.iam.gserviceaccount.com` to
avoid having bindings get deleted when tests run in parallel.

Also adjust role(s) assigned to service agent.

Fixes hashicorp/terraform-provider-google#20570
wyardley added a commit to wyardley/magic-modules that referenced this issue Jan 19, 2025
Bootstrap IAM role for
`service-[project_number]@gcf-admin-robot.iam.gserviceaccount.com` to
avoid having bindings get deleted when tests run in parallel.

Also adjust role(s) assigned to service agent.

Fixes hashicorp/terraform-provider-google#20570
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants