Skip to content

Failing test(s): TestAccCloudFunctionsFunction_pubsub #18097

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

Closed
melinath opened this issue May 10, 2024 · 2 comments
Closed

Failing test(s): TestAccCloudFunctionsFunction_pubsub #18097

melinath opened this issue May 10, 2024 · 2 comments

Comments

@melinath
Copy link
Collaborator

melinath commented May 10, 2024

Impacted tests

  • TestAccCloudFunctionsFunction_pubsub

Affected Resource(s)

  • google_cloudfunctions_function

Failure rates

  • 100% since 2024-05-07

Message(s)

    vcr_utils.go:152: Step 1/2 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_cloudfunctions_function.function will be updated in-place
          ~ resource "google_cloudfunctions_function" "function" {
                id                            = "projects/[test-project]/locations/us-central1/functions/tf-test-8kipskyodx"
                name                          = "tf-test-8kipskyodx"
                # (23 unchanged attributes hidden)
              ~ event_trigger {
                    # (2 unchanged attributes hidden)
                  + failure_policy {
                      + retry = false
                    }
                }
            }
        Plan: 0 to add, 1 to change, 0 to destroy.

looks like a permadiff. The API has stopped returning the failurePolicy field in this case.

Nightly build test history

b/339898208

@github-actions github-actions bot added forward/review In review; remove label to forward service/cloudfunctions 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
@shuyama1
Copy link
Collaborator

shuyama1 commented Apr 7, 2025

All failing tests listed in this ticket have passed in the last three consecutive nightly runs. Closing the ticket.

@shuyama1 shuyama1 closed this as completed Apr 7, 2025
Copy link

github-actions bot commented May 8, 2025

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 May 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants