hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.36k stars 1.75k forks source link

Failing test(s): TestAccDataprocGdcSparkApplication_* #20418

Open zli82016 opened 1 day ago

zli82016 commented 1 day ago

Impacted tests

Affected Resource(s)

Failure rates

Message(s)

Error: Error creating SparkApplication: googleapi: Error 400: The request was invalid: namespace "default" is not allowed, must match "dataproc-23972185048(-[0-9])?"
        Details:
        [
          {
            "@type": "type.googleapis.com/google.rpc.BadRequest",
            "fieldViolations": [
              {
                "field": "spark_application.namespace"
              }
            ]
          },
          {
            "@type": "type.googleapis.com/google.rpc.RequestInfo",
            "requestId": "5649c04fb1f24621"
          }
        ]
          with google_dataproc_gdc_spark_application.spark-application,
          on terraform_plugin_test.tf line 2, in resource "google_dataproc_gdc_spark_application" "spark-application":
           2: resource "google_dataproc_gdc_spark_application" "spark-application" {

Nightly build test history