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_EmptyGuestAccelerator #19536

Open
zli82016 opened this issue Sep 19, 2024 · 0 comments
Open

Failing test(s): TestAccContainerNodePool_EmptyGuestAccelerator #19536

zli82016 opened this issue Sep 19, 2024 · 0 comments
Labels
forward/review In review; remove label to forward service/container test-failure test-failure-100 100% fail rate

Comments

@zli82016
Copy link
Collaborator

Impacted tests

  • TestAccContainerNodePool_EmptyGuestAccelerator

Affected Resource(s)

  • google_container_node_pool

Failure rates

  • 100% since 2024-09-08

Message(s)

resource_container_node_pool_test.go:1314: 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:
        -/+ destroy and then create replacement
        Terraform will perform the following actions:
          # google_container_node_pool.np must be replaced
        -/+ resource "google_container_node_pool" "np" {
              ~ id                          = "projects/ci-test-project-nightly-beta/locations/us-central1-f/clusters/tf-test-cluster-r0wh30myz6/nodePools/tf-test-nodepool-hwuefr4snd" -> (known after apply)
              ~ instance_group_urls         = [
                  - "https://www.googleapis.com/compute/v1/projects/ci-test-project-nightly-beta/zones/us-central1-f/instanceGroupManagers/gke-tf-test-cluster--tf-test-nodepool-6edddecf-grp",
                ] -> (known after apply)
              ~ managed_instance_group_urls = [
                  - "https://www.googleapis.com/compute/beta/projects/ci-test-project-nightly-beta/zones/us-central1-f/instanceGroups/gke-tf-test-cluster--tf-test-nodepool-6edddecf-grp",
                ] -> (known after apply)
              ~ max_pods_per_node           = 110 -> (known after apply)
                name                        = "tf-test-nodepool-hwuefr4snd"
              + name_prefix                 = (known after apply)
              ~ node_count                  = 1 -> (known after apply)
              ~ node_locations              = [
                  - "us-central1-f",
                ] -> (known after apply)
              + operation                   = (known after apply)
              ~ version                     = "1.30.3-gke.1639000" -> (known after apply)
                # (4 unchanged attributes hidden)
              - management {
                  - auto_repair  = true -> null
                  - auto_upgrade = true -> null
                }
              - network_config {
                  - create_pod_range     = false -> null
                  - enable_private_nodes = false -> null
                  - pod_ipv4_cidr_block  = "10.192.0.0/14" -> null
                  - pod_range            = "gke-tf-test-cluster-r0wh30myz6-pods-eda7c68d" -> null
                }
              ~ node_config {
                  ~ disk_size_gb                = 100 -> (known after apply)
                  ~ disk_type                   = "pd-balanced" -> (known after apply)
                  ~ effective_taints            = [
                      - {
                          - effect = "NO_SCHEDULE"
                          - key    = "nvidia.com/gpu"
                          - value  = "present"
                        },
                    ] -> (known after apply)
                  - enable_confidential_storage = false -> null
                  ~ image_type                  = "COS_CONTAINERD" -> (known after apply)
                  ~ labels                      = {} -> (known after apply)
                  ~ local_ssd_count             = 0 -> (known after apply)
                  ~ logging_variant             = "DEFAULT" -> (known after apply)
                  ~ metadata                    = {
                      - "disable-legacy-endpoints" = "true"
                    } -> (known after apply)
                  + min_cpu_platform            = (known after apply)
                  ~ oauth_scopes                = [
                      - "https://www.googleapis.com/auth/devstorage.read_only",
                      - "https://www.googleapis.com/auth/logging.write",
                      - "https://www.googleapis.com/auth/monitoring",
                      - "https://www.googleapis.com/auth/service.management.readonly",
                      - "https://www.googleapis.com/auth/servicecontrol",
                      - "https://www.googleapis.com/auth/trace.append",
                    ] -> (known after apply)
                  ~ service_account             = "default" -> (known after apply)
                    # (5 unchanged attributes hidden)
                  ~ guest_accelerator { # forces replacement
                      ~ count              = 1 -> 0 # forces replacement
                        # (2 unchanged attributes hidden)
                      - gpu_driver_installation_config {
                          - gpu_driver_version = "DEFAULT" -> null
                        }
                    }
                  + guest_accelerator { # forces replacement
                      + count = 1 # forces replacement
                      + type  = "nvidia-tesla-p100" # forces replacement
                    }
                  - shielded_instance_config {
                      - enable_integrity_monitoring = true -> null
                      - enable_secure_boot          = false -> null
                    }
                }
              - upgrade_settings {
                  - max_surge       = 1 -> null
                  - max_unavailable = 0 -> null
                  - strategy        = "SURGE" -> null
                }
            }
        Plan: 1 to add, 0 to change, 1 to destroy.
--- FAIL: TestAccContainerNodePool_EmptyGuestAccelerator (1039.64s)
FAIL

Nightly build test history

@github-actions github-actions bot added forward/review In review; remove label to forward service/container labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forward/review In review; remove label to forward service/container test-failure test-failure-100 100% fail rate
Projects
None yet
Development

No branches or pull requests

1 participant