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): TestAccAccessApprovalSettings/organization #20959

Open
SirGitsalot opened this issue Jan 17, 2025 · 1 comment
Open

Failing test(s): TestAccAccessApprovalSettings/organization #20959

SirGitsalot opened this issue Jan 17, 2025 · 1 comment

Comments

@SirGitsalot
Copy link
Collaborator

SirGitsalot commented Jan 17, 2025

Impacted tests

  • TestAccAccessApprovalSettings/organization

Affected Resource(s)

  • google_project_access_approval_settings

Failure rates

  • 100% since 2025-01-14

Message(s)

=== RUN   TestAccAccessApprovalSettings/organization
    resource_access_approval_organization_settings_test.go:46: Step 5/6 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:
          ~ update in-place
        Terraform will perform the following actions:
          # google_organization_access_approval_settings.organization_access_approval will be updated in-place
          ~ resource "google_organization_access_approval_settings" "organization_access_approval" {
                id                              = "organizations/529579013760/accessApprovalSettings"
                name                            = "organizations/529579013760/accessApprovalSettings"
                # (6 unchanged attributes hidden)
              - enrolled_services {
                  - cloud_product    = "App Engine" -> null
                  - enrollment_level = "BLOCK_ALL" -> null
                }
              - enrolled_services {
                  - cloud_product    = "Cloud Dataflow" -> null
                  - enrollment_level = "BLOCK_ALL" -> null
                }
              + enrolled_services {
                  + cloud_product    = "all"
                  + enrollment_level = "BLOCK_ALL"
                }
            }
        Plan: 0 to add, 1 to change, 0 to destroy.

Nightly build test history

b/390705941

@github-actions github-actions bot added forward/review In review; remove label to forward service/accessapproval labels Jan 17, 2025
@SirGitsalot
Copy link
Collaborator Author

This is similar to #13716 (comment) from about eight months ago, which was fixed by adding some sleeps.

@SirGitsalot SirGitsalot added test-failure-100 100% fail rate and removed forward/review In review; remove label to forward labels Jan 17, 2025
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

2 participants