Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky database acceptance tests. #953

Merged
merged 8 commits into from
Feb 16, 2023
Prev Previous commit
Next Next commit
Update size for TestAccDigitalOceanDatabaseReplica_WithVPC
  • Loading branch information
andrewsomething committed Feb 14, 2023
commit dcb49f8df5a443ebd537d253b5b3f180585df504
2 changes: 1 addition & 1 deletion digitalocean/database/resource_database_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ resource "digitalocean_database_cluster" "foobar" {
name = "%s"
engine = "pg"
version = "11"
size = "db-s-1vcpu-1gb"
size = "db-s-1vcpu-2gb"
region = "nyc1"
node_count = 1
tags = ["production"]
Expand Down