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): TestAccContainer* location_policy permadiff #13265

Assignees

Comments

@roaks3
Copy link
Collaborator

roaks3 commented Dec 16, 2022

Failure rate: 100% since Dec 13

Impacted tests:

  • TestAccContainerCluster_withNodePoolAutoscaling
  • TestAccContainerNodePool_regionalAutoscaling
  • TestAccContainerNodePool_autoscaling

Nightly builds:

Message:

    provider_test.go:307: Step 1/6 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_container_cluster.with_node_pool will be updated in-place
          ~ resource "google_container_cluster" "with_node_pool" {
                id                          = "projects/ci-test-project-188019/locations/us-central1-a/clusters/tf-test-cluster-nodepool-ogxe7sdw1b"
                name                        = "tf-test-cluster-nodepool-ogxe7sdw1b"
                # (24 unchanged attributes hidden)
        
              ~ node_pool {
                    name                        = "tf-test-cluster-nodepool-g1ubleuetg"
                    # (7 unchanged attributes hidden)
        
                  ~ autoscaling {
                      - location_policy      = "BALANCED" -> null
                        # (4 unchanged attributes hidden)
                    }
        
                    # (4 unchanged blocks hidden)
                }
        
                # (15 unchanged blocks hidden)
            }
        
        Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccContainerCluster_withNodePoolAutoscaling (643.34s)
@github-actions
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 Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.