-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Failure rates
- 100% since 2023-03-05
Impacted tests
- TestAccAlloydbBackup_alloydbBackupBasicExample
- TestAccAlloydbCluster_alloydbClusterBasicExample
- TestAccAlloydbCluster_update
- TestAccAlloydbBackup_alloydbBackupFullExample
- TestAccAlloydbBackup_update
- TestAccAlloydbInstance_alloydbInstanceBasicExample
- TestAccAlloydbInstance_update
Affected Resource(s)
- google_alloydb_cluster
Nightly build test history
Message(s)
=== RUN TestAccAlloydbCluster_alloydbClusterBasicExample
=== PAUSE TestAccAlloydbCluster_alloydbClusterBasicExample
=== CONT TestAccAlloydbCluster_alloydbClusterBasicExample
provider_test.go:311: Step 1/2 error: After applying this test step, the plan was not empty.
stdout:
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
-/+ destroy and then create replacement
Terraform will perform the following actions:
# google_alloydb_cluster.default must be replaced
-/+ resource "google_alloydb_cluster" "default" {
~ backup_source = [] -> (known after apply)
~ database_version = "POSTGRES_14" -> (known after apply)
~ id = "projects/ci-test-project-188019/locations/us-central1/clusters/tf-test-alloydb-clustera7m3jplq7u" -> (known after apply)
~ migration_source = [] -> (known after apply)
~ name = "projects/ci-test-project-188019/locations/us-central1/clusters/tf-test-alloydb-clustera7m3jplq7u" -> (known after apply)
~ project = "ci-test-project-188019" -> (known after apply)
~ uid = "70773467-7b36-4ae5-b6c6-5256408d180f" -> (known after apply)
# (3 unchanged attributes hidden)
- automated_backup_policy {
- backup_window = "3600s" -> null
- enabled = true -> null
- labels = {} -> null
- location = "us-central1" -> null
- time_based_retention {
- retention_period = "1209600s" -> null
}
- weekly_schedule { # forces replacement
- days_of_week = [
- "MONDAY",
- "TUESDAY",
- "WEDNESDAY",
- "THURSDAY",
- "FRIDAY",
- "SATURDAY",
- "SUNDAY",
] -> null
- start_times {
- hours = 23 -> null
- minutes = 0 -> null
- nanos = 0 -> null
- seconds = 0 -> null
}
}
}
}
Plan: 1 to add, 0 to change, 1 to destroy.
--- FAIL: TestAccAlloydbCluster_alloydbClusterBasicExample (152.98s)
FAIL