Skip to content

Failing test(s): TestAccComputeBackend* with Security Policy #16743

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

Comments

@SarahFrench
Copy link
Member

SarahFrench commented Dec 8, 2023

Failure rates

  • TestAccComputeBackendService_withSecurityPolicy: 63% since 2023-12-01

As of 2024-02-23:

  • TestAccComputeBackendBucket_backendBucketSecurityPolicyExample Beta: 29.5% (36 / 122)
  • TestAccComputeBackendBucket_backendBucketSecurityPolicyExample GA: 16.3% (20/123)
  • TestAccComputeBackendService_withSecurityPolicy GA: 29.8% (27 / 124)

Impacted tests

  • TestAccComputeBackendService_withSecurityPolicy
  • TestAccComputeBackendBucket_backendBucketSecurityPolicyExample
  • TestAccComputeBackendBucket_withSecurityPolicy

Affected Resource(s)

  • google_compute_backend_service
  • google_compute_backend_bucket

Nightly build test history

Message(s)

------- Stdout: -------
=== RUN   TestAccComputeBackendService_withSecurityPolicy
=== PAUSE TestAccComputeBackendService_withSecurityPolicy
=== CONT  TestAccComputeBackendService_withSecurityPolicy
    vcr_utils.go:152: Step 1/4 error: Error running apply: exit status 1
        Error: Error waiting for Creating SecurityPolicy "tf-test-f6ykgicod2": timeout while waiting for state to become 'DONE' (last state: 'RUNNING', timeout: 8m0s)
          with google_compute_security_policy.edgePolicy,
          on terraform_plugin_test.tf line 21, in resource "google_compute_security_policy" "edgePolicy":
          21: resource "google_compute_security_policy" "edgePolicy" {
    testing_new.go:84: Error running post-test destroy, there may be dangling resources: exit status 1
        Error: Error waiting for Deleting SecurityPolicy: timeout while waiting for state to become 'DONE' (last state: 'RUNNING', timeout: 8m0s)
--- FAIL: TestAccComputeBackendService_withSecurityPolicy (965.80s)
FAIL

b/315874492

@github-actions github-actions bot added forward/review In review; remove label to forward service/compute-l7-load-balancer labels Dec 8, 2023
@trodge trodge added forward/linked and removed forward/review In review; remove label to forward labels Dec 12, 2023
@rileykarson
Copy link
Collaborator

This resource may just need a default timeout bump, the defaults are much higher nowadays (it was 20m or 30m) so we're setting it lower.

@melinath
Copy link
Collaborator

This is still failing; it's just taking longer to fail now.

@melinath melinath reopened this Apr 12, 2024
@rileykarson
Copy link
Collaborator

This failed recently, and curiously, I can't query the operations- they seem to no longer exist. Weird. They are still timing out on inserts at 20m.

@melinath
Copy link
Collaborator

melinath commented Nov 5, 2024

Reopening this - @NickElliot could you check in again next week to see if the test is passing consistently?

@melinath melinath reopened this Nov 5, 2024
@NickElliot
Copy link
Collaborator

success rate remains unchanged

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