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): TestAccComputeTargetHttpsProxy_update #19070

Closed
melinath opened this issue Aug 9, 2024 · 1 comment
Closed

Failing test(s): TestAccComputeTargetHttpsProxy_update #19070

melinath opened this issue Aug 9, 2024 · 1 comment

Comments

@melinath
Copy link
Collaborator

melinath commented Aug 9, 2024

Impacted tests

  • TestAccComputeTargetHttpsProxy_update

Affected Resource(s)

  • google_compute_target_https_proxy

Failure rates

  • 100% since 2024-08-05

Message(s)

Error: Invalid resource type
          on terraform_plugin_test.tf line 77, in resource "google_network_security_server_tls_policy" "server_tls_policy":
          77: resource "google_network_security_server_tls_policy" "server_tls_policy" {
        The provider hashicorp/google does not support resource type

This was broken in GoogleCloudPlatform/magic-modules#11198. google_network_security_client_tls_policy is only present in the beta provider, so this functionality should only be tested for the beta provider. Should the field that was added to the update test even be present in the GA provider?

Alternatively, if this functionality is no longer in beta, this test could be resolved by promoting google_network_security_server_tls_policy to the GA provider.

Nightly build test history

b/358639564

@github-actions github-actions bot added forward/review In review; remove label to forward service/compute-l7-load-balancer labels Aug 9, 2024
@melinath melinath removed the forward/review In review; remove label to forward label Aug 9, 2024
@rileykarson rileykarson added this to the Goals milestone Aug 12, 2024
@melinath
Copy link
Collaborator Author

Looks like this was resolved by GoogleCloudPlatform/magic-modules#11538

@melinath melinath added the test-failure-100 100% fail rate label Oct 22, 2024
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

3 participants