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): TestAccNetworkSecurityClientTlsPolicy_networkSecurityClientTlsPolicyAdvancedExample #18103

Comments

@melinath
Copy link
Collaborator

melinath commented May 10, 2024

Impacted tests

  • TestAccNetworkSecurityClientTlsPolicy_networkSecurityClientTlsPolicyAdvancedExample
  • TestAccNetworkSecurityClientTlsPolicy_update
  • TestAccNetworkSecurityServerTlsPolicy_networkSecurityServerTlsPolicyBasicExample

Affected Resource(s)

  • google_network_security_client_tls_policy

Failure rates

  • 100% since 2024-04-26

Message(s)

TestAccNetworkSecurityClientTlsPolicy_networkSecurityClientTlsPolicyAdvancedExample:

vcr_utils.go:152: Step 1/2 error: Error running apply: exit status 1
        Error: Error creating ClientTlsPolicy: googleapi: Error 400: code:3  message:"Config validation failed"  details:{[type.googleapis.com/google.rpc.BadRequest]:{field_violations:{field:"resource.server_validation_ca[]"  description:"validationCA must contain 1 entry"}}}
          with google_network_security_client_tls_policy.default,
          on terraform_plugin_test.tf line 2, in resource "google_network_security_client_tls_policy" "default":
           2: resource "google_network_security_client_tls_policy" "default" {

TestAccNetworkSecurityClientTlsPolicy_update:

 vcr_utils.go:152: Step 3/4 error: Error running apply: exit status 1
        Error: Error waiting for Updating ClientTlsPolicy: Error code 3, message: Config validation failed
          with google_network_security_client_tls_policy.foobar,
          on terraform_plugin_test.tf line 2, in resource "google_network_security_client_tls_policy" "foobar":
           2:   resource "google_network_security_client_tls_policy" "foobar" {

TestAccNetworkSecurityServerTlsPolicy_networkSecurityServerTlsPolicyBasicExample:

vcr_utils.go:152: Step 1/2 error: Error running apply: exit status 1
        Error: Error creating ServerTlsPolicy: googleapi: Error 400: Config validation failed
        Details:
        [
          {
            "@type": "type.googleapis.com/google.rpc.BadRequest",
            "fieldViolations": [
              {
                "description": "validationCA must contain 1 entry",
                "field": "resource.mtls_policy.client_validation_ca[]"
              }
            ]
          }
        ]
          with google_network_security_server_tls_policy.default,
          on terraform_plugin_test.tf line 2, in resource "google_network_security_server_tls_policy" "default":
           2: resource "google_network_security_server_tls_policy" "default" {

Nightly build test history

b/339909661

@github-actions github-actions bot added forward/review In review; remove label to forward service/network-security labels May 10, 2024
@melinath melinath removed the forward/review In review; remove label to forward label May 10, 2024
@rileykarson rileykarson added this to the Goals milestone May 28, 2024
@c2thorn
Copy link
Collaborator

c2thorn commented Aug 21, 2024

skipping in VCR: GoogleCloudPlatform/magic-modules#11522

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 Sep 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.