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.29k stars 1.72k forks source link

Failing test(s): TestAccDatabaseMigrationServiceConnectionProfile_databaseMigrationServiceConnectionProfileCloudsqlExample #16705

Open SarahFrench opened 9 months ago

SarahFrench commented 9 months ago

Failure rates

Impacted tests

Affected Resource(s)

Nightly build test history

Message(s)

TestAccDatabaseMigrationServiceConnectionProfile_databaseMigrationServiceConnectionProfileCloudsqlExample
    vcr_utils.go:152: Step 1/2 error: Error running apply: exit status 1
        Error: Error waiting to create ConnectionProfile: Error waiting for Creating ConnectionProfile: Error code 14, message: Request 'Get' from role 'cloud-control2-datamigration-clh' throttled: Task is overloaded (exponential-moving-average-task-load) go/tr-t.
          with google_database_migration_service_connection_profile.cloudsqlprofile_destination,
          on terraform_plugin_test.tf line 56, in resource "google_database_migration_service_connection_profile" "cloudsqlprofile_destination":
          56: resource "google_database_migration_service_connection_profile" "cloudsqlprofile_destination" {

b/315293827

SarahFrench commented 9 months ago

There are only 4 TestAccDatabaseMigrationServiceConnectionProfile_* tests for the GA provider. I wonder if the throttling is due to the provider, or due to multiple tests running in a short timeframe/in parallel. 4 tests isn't a lot, but this endpoint might be sensitive.