terraform-provider-google icon indicating copy to clipboard operation
terraform-provider-google copied to clipboard

Failing test(s): TestAccContainerCluster_stackType*

Open roaks3 opened this issue 3 months ago • 2 comments

Impacted tests

  • TestAccContainerCluster_stackType_withDualStack
  • TestAccContainerCluster_stackType_withSingleStack
  • TestAccContainerNodePool_fastSocket

Affected Resource(s)

  • google_container_cluster

Failure rates

  • 100% since 2024-04-24

Message(s)

=== RUN   TestAccContainerCluster_stackType_withDualStack
=== PAUSE TestAccContainerCluster_stackType_withDualStack
=== CONT  TestAccContainerCluster_stackType_withDualStack
    vcr_utils.go:152: Step 1/2 error: Error running apply: exit status 1
        Error: googleapi: Error 400: No valid versions with the prefix "1.25" found.
        Details:
        [
          {
            "@type": "type.googleapis.com/google.rpc.RequestInfo",
            "requestId": "0xbb8671c64a8dc49e"
          }
        ]
        , badRequest
          with google_container_cluster.with_stack_type,
          on terraform_plugin_test.tf line 17, in resource "google_container_cluster" "with_stack_type":
          17: resource "google_container_cluster" "with_stack_type" {
--- FAIL: TestAccContainerCluster_stackType_withDualStack (109.44s)
FAIL

Nightly build test history

  • https://hashicorp.teamcity.com/test/6268896300196352710?currentProjectId=TerraformProviders_GoogleCloud_GOOGLE_BETA_NIGHTLYTESTS&expandTestHistoryChartSection=true&expandedTest=build%3A%28id%3A138260%29%2Cid%3A2000000064

b/337886323

roaks3 avatar Apr 29 '24 18:04 roaks3