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.35k stars 1.75k forks source link

Failing test(s): TestAccDNSManagedZone* - managedZoneDnsNameNotAvailable error #18953

Closed SarahFrench closed 3 months ago

SarahFrench commented 3 months ago

Impacted tests

Affected Resource(s)

Failure rates

Message(s)

------- Stdout: -------
=== RUN   TestAccDNSManagedZone_dnsManagedZoneQuickstartExample
=== PAUSE TestAccDNSManagedZone_dnsManagedZoneQuickstartExample
=== CONT  TestAccDNSManagedZone_dnsManagedZoneQuickstartExample
    vcr_utils.go:152: Step 1/2 error: Error running apply: exit status 1
        Error: Error creating ManagedZone: googleapi: Error 400: The domain 'mz.gcp.tfacc.hashicorptest.com.' (or its child domains) may be reserved or registered already, prohibited by policy, or there may be no DNS name server shards remaining for the name. For more information see https://cloud.google.com/dns/quotas#nameserver_limits., managedZoneDnsNameNotAvailable
          with google_dns_managed_zone.default,
          on terraform_plugin_test.tf line 39, in resource "google_dns_managed_zone" "default":
          39: resource "google_dns_managed_zone" "default" {
--- FAIL: TestAccDNSManagedZone_dnsManagedZoneQuickstartExample (162.11s)
FAIL
------- Stdout: -------
=== RUN   TestAccDNSManagedZoneIamPolicyGenerated
=== PAUSE TestAccDNSManagedZoneIamPolicyGenerated
=== CONT  TestAccDNSManagedZoneIamPolicyGenerated
    vcr_utils.go:152: Step 1/4 error: Error running apply: exit status 1
        Error: Error creating ManagedZone: googleapi: Error 400: The domain 'mz.gcp.tfacc.hashicorptest.com.' (or its child domains) may be reserved or registered already, prohibited by policy, or there may be no DNS name server shards remaining for the name. For more information see https://cloud.google.com/dns/quotas#nameserver_limits., managedZoneDnsNameNotAvailable
          with google_dns_managed_zone.default,
          on terraform_plugin_test.tf line 39, in resource "google_dns_managed_zone" "default":
          39: resource "google_dns_managed_zone" "default" {
--- FAIL: TestAccDNSManagedZoneIamPolicyGenerated (161.66s)
FAIL

Nightly build test history

https://hashicorp.teamcity.com/test/6768008712518657746?currentProjectId=TerraformProviders_GoogleCloud_GOOGLE_NIGHTLYTESTS&expandTestHistoryChartSection=true

https://hashicorp.teamcity.com/test/-3604989738191621873?currentProjectId=TerraformProviders_GoogleCloud_GOOGLE_NIGHTLYTESTS&expandTestHistoryChartSection=true

b/357621457

github-actions[bot] commented 2 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.