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_defaultDriverInstallation #20960

Comments

@SirGitsalot
Copy link
Collaborator

SirGitsalot commented Jan 17, 2025

Impacted tests

  • TestAccContainerNodePool_defaultDriverInstallation

Affected Resource(s)

  • google_container_node_pool

Failure rates

  • 100% since 2024-12-24

Message(s)

=== CONT  TestAccContainerNodePool_defaultDriverInstallation
    resource_container_node_pool_test.go:4766: Step 1/2 error: Error running apply: exit status 1
        Error: error creating NodePool: googleapi: Error 400: Auto-upgrade is enabled, node version "1.30.1-gke.1329003" must be within one minor version of master version "1.32.0-gke.1358000".
        Details:
        [
          {
            "@type": "type.googleapis.com/google.rpc.RequestInfo",
            "requestId": "0x4baf1b22fdb1a2a9"
          }
        ]
        , badRequest
          with google_container_node_pool.np,
          on terraform_plugin_test.tf line 18, in resource "google_container_node_pool" "np":
          18: resource "google_container_node_pool" "np" {
--- FAIL: TestAccContainerNodePool_defaultDriverInstallation (628.62s)

Nightly build test history

b/390706082

@github-actions github-actions bot added forward/review In review; remove label to forward service/container labels Jan 17, 2025
@SirGitsalot
Copy link
Collaborator Author

The offending line is:

If there's a way to avoid a fixed version number here (such as by using google_container_engine_versions) that'll avoid kicking the can down the road.

@SirGitsalot SirGitsalot removed the forward/review In review; remove label to forward label Jan 17, 2025
@SirGitsalot SirGitsalot changed the title Failing test(s): TestAccWhatever Failing test(s): TestAccContainerNodePool_defaultDriverInstallation Jan 17, 2025
@SirGitsalot SirGitsalot added the test-failure-100 100% fail rate label Jan 17, 2025
wyardley added a commit to wyardley/magic-modules that referenced this issue Jan 19, 2025
Remove explicit version on the nodepool; this is unnecessary, and the
cluster itself is already using a version based on
`google_container_engine_versions`

Fixes hashicorp/terraform-provider-google#20960
@melinath melinath added this to the Near-Term Goals milestone Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment