hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Failing test(s): TestAccComputeNetworkFirewallPolicyRule_multipleRules #19235

Closed ScottSuarez closed 2 months ago

ScottSuarez commented 2 months ago

Impacted tests

Affected Resource(s)

Failure rates

Message(s)

Looks like there is some update method that is not properly refreshing fingerprint.

------- Stdout: -------
=== RUN   TestAccComputeNetworkFirewallPolicyRule_multipleRules
=== PAUSE TestAccComputeNetworkFirewallPolicyRule_multipleRules
=== CONT  TestAccComputeNetworkFirewallPolicyRule_multipleRules
    vcr_utils.go:152: Step 4/6 error: Error running apply: exit status 1
        Error: Error updating NetworkFirewallPolicy "projects/xxxxx/global/firewallPolicies/tf-test-policy-yyyy": googleapi: Error 412: Invalid fingerprint., conditionNotMet
          with google_compute_network_firewall_policy.fw_policy,
          on terraform_plugin_test.tf line 2, in resource "google_compute_network_firewall_policy" "fw_policy":
           2: resource "google_compute_network_firewall_policy" "fw_policy" {
--- FAIL: TestAccComputeNetworkFirewallPolicyRule_multipleRules (118.06s)
FAIL

Nightly build test history

melinath commented 2 months ago

Duplicate of https://github.com/hashicorp/terraform-provider-google/issues/19218

github-actions[bot] commented 1 month ago

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.