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): TestAccContainerNodePool_resourceManagerTags #19997

Closed

Comments

@SarahFrench
Copy link
Member

SarahFrench commented Oct 24, 2024

Impacted tests

  • TestAccContainerNodePool_resourceManagerTags

Affected Resource(s)

  • google_container_node_pool

Failure rates

  • 25% since 2024-09-10

Message(s)

------- Stdout: -------
=== RUN   TestAccContainerNodePool_resourceManagerTags
=== PAUSE TestAccContainerNodePool_resourceManagerTags
=== CONT  TestAccContainerNodePool_resourceManagerTags
    resource_container_node_pool_test.go:52: Step 3/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_node_pool.primary_nodes will be updated in-place
          ~ resource "google_container_node_pool" "primary_nodes" {
                id                          = "projects/PROJECT_ID/locations/us-central1-a/clusters/tf-test-cluster-arusu6rywg/nodePools/tf-test-cluster-arusu6rywg"
                name                        = "tf-test-cluster-arusu6rywg"
                # (11 unchanged attributes hidden)
              ~ node_config {
                  ~ resource_manager_tags       = {
                      + "tagKeys/281478190995757" = "tagValues/281478575014447"
                        # (1 unchanged element hidden)
                    }
                    tags                        = []
                    # (19 unchanged attributes hidden)
                    # (1 unchanged block hidden)
                }
                # (3 unchanged blocks hidden)
            }
        Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccContainerNodePool_resourceManagerTags (1371.56s)
FAIL

------- Stdout: -------
=== RUN   TestAccContainerNodePool_resourceManagerTags
=== PAUSE TestAccContainerNodePool_resourceManagerTags
=== CONT  TestAccContainerNodePool_resourceManagerTags
    resource_container_node_pool_test.go:52: Step 3/6 error: Error running apply: exit status 1
        Error: Error waiting for updating GKE node pool resource manager tags: Failed to update node pool
          with google_container_node_pool.primary_nodes,
          on terraform_plugin_test.tf line 101, in resource "google_container_node_pool" "primary_nodes":
         101: resource "google_container_node_pool" "primary_nodes" {
--- FAIL: TestAccContainerNodePool_resourceManagerTags (1306.33s)
FAIL

Nightly build test history

b/375364101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment