Skip to content

Failing test(s): TestAccNetworkSecurityTlsInspectionPolicy_update #21457

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

@modular-magician
Copy link
Collaborator

modular-magician commented Feb 18, 2025

Impacted tests

TestAccNetworkSecurityTlsInspectionPolicy_update

Affected Resource(s)

google_network_security_tls_inspection_policy

Failure rates

  • GA:
  • Beta: 100%

Message(s)

=== RUN   TestAccNetworkSecurityTlsInspectionPolicy_update
=== PAUSE TestAccNetworkSecurityTlsInspectionPolicy_update
=== CONT  TestAccNetworkSecurityTlsInspectionPolicy_update
    resource_network_security_tls_inspection_policy_test.go:21: Step 3/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_network_security_tls_inspection_policy.default will be updated in-place
          ~ resource "google_network_security_tls_inspection_policy" "default" {
                id                    = "projects/ci-test-project-nightly-beta/locations/us-central1/tlsInspectionPolicies/tf-test-tip-9ats161caa"
                name                  = "tf-test-tip-9ats161caa"
              - tls_feature_profile   = "PROFILE_UNSPECIFIED" -> null
                # (10 unchanged attributes hidden)
            }
        
        Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccNetworkSecurityTlsInspectionPolicy_update (90.02s)
FAIL

Test Debug Log

b/397463942

@modular-magician modular-magician added this to the Near-Term Goals milestone Feb 18, 2025
@github-actions github-actions bot added forward/review In review; remove label to forward service/networksecurity-swp labels Feb 18, 2025
@shuyama1 shuyama1 removed the forward/review In review; remove label to forward label Feb 18, 2025
@NickElliot
Copy link
Collaborator

NickElliot commented Feb 20, 2025

it appears the API is now returning PROFILE_UNSPECIFIED and TLS_VERSION_UNSPECIFIED to users when unspecified, leading to a permadiff

All related:
#21457
#21456
#21451
#21448

Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.