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): TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample #10216

Closed
melinath opened this issue Oct 1, 2021 · 3 comments

Comments

@melinath
Copy link
Collaborator

melinath commented Oct 1, 2021

Failure rate: 100% in GA since added on 9/24 (but passes in beta - likely a GA-only failure)

Impacted tests:

  • TestAccComputeRegionBackendService_regionBackendServiceConnectionTrackingExample

Nightly builds:

Message:

provider_test.go:270: Step 1/2 error: After applying this test step, the plan was not empty.
stdout:
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# google_compute_region_backend_service.default will be updated in-place
~ resource "google_compute_region_backend_service" "default" {
id                              = "projects/ci-test-project-188019/regions/us-central1/backendServices/tf-test-region-servicehhqq08ivup"
name                            = "tf-test-region-servicehhqq08ivup"
# (14 unchanged attributes hidden)
+ connection_tracking_policy {
+ connection_persistence_on_unhealthy_backends = "NEVER_PERSIST"
+ idle_timeout_sec                             = 60
+ tracking_mode                                = "PER_SESSION"
}
}
Plan: 0 to add, 1 to change, 0 to destroy.
@melinath
Copy link
Collaborator Author

melinath commented Oct 1, 2021

It looks like this is a beta-only feature (search for connectionTrackingPolicy & compare to GA) that was added to GA inadvertently. It seems like the API probably doesn't complain about the extra fields but also doesn't do anything with them, resulting in a permadiff.

@melinath
Copy link
Collaborator Author

melinath commented Oct 4, 2021

Resolved by GoogleCloudPlatform/magic-modules#5272

@melinath melinath closed this as completed Oct 4, 2021
@github-actions
Copy link

github-actions bot commented Nov 4, 2021

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 Nov 4, 2021
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

2 participants