-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update documentation and add test case for data cache setting as it is available for postgres now #9241
Conversation
Hello! I am a robot. It looks like you are a: @rileykarson, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 2 files changed, 39 insertions(+), 2 deletions(-)) |
Tests analyticsTotal tests: Action takenFound 21 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccAlloydbCluster_secondaryClusterDefinedSecondaryConfigButMissingClusterTypeSecondary|TestAccAlloydbCluster_secondaryClusterDefinedSecondaryConfigButClusterTypeIsPrimary|TestAccAlloydbCluster_secondaryClusterUpdate|TestAccAlloydbCluster_secondaryClusterWithNetworkConfigAndAllocatedIPRange|TestAccAlloydbUser_alloydbUserBuiltinExample|TestAccAlloydbCluster_alloydbSecondaryClusterBasicExample|TestAccAlloydbInstance_createPrimaryAndReadPoolInstance|TestAccAlloydbCluster_restore|TestAccAlloydbUser_updateRoles_BuiltIn|TestAccAlloydbInstance_update|TestAccAlloydbCluster_secondaryClusterMissingSecondaryConfig|TestAccAlloydbBackup_createBackupWithMandatoryFields|TestAccAlloydbInstance_createInstanceWithNetworkConfigAndAllocatedIPRange|TestAccAlloydbBackup_usingCMEK|TestAccAlloydbCluster_secondaryClusterWithNetworkConfig|TestAccAlloydbInstance_createInstanceWithMandatoryFields|TestAccAlloydbUser_alloydbUserIamExample|TestAccCloudRunService_cloudRunServiceSqlExample|TestAccDataSourceGoogleServiceAccountAccessToken_basic|TestAccDataSourceGoogleServiceAccountJwt|TestAccSQLDatabaseInstance_sqlPostgresDataCacheConfig |
Rerun these tests in REPLAYING mode to catch issues
Tests failed due to non-determinism or randomness when the VCR replayed the response after the HTTP request was made. Please fix these to complete your PR. If you believe these test failures to be incorrect or unrelated to your change, or if you have any questions, please raise the concern with your reviewer.
|
AlloyDB stuff is certainly unrelated, we had to fix something in a way that triggered that error. |
mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/services/sql/resource_sql_database_instance_test.go
Show resolved
Hide resolved
merge from main
merge main
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 2 files changed, 51 insertions(+), 2 deletions(-)) |
Tests analyticsTotal tests: Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccSQLDatabaseInstance_sqlPostgresDataCacheConfig |
|
Merge main
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 2 files changed, 51 insertions(+), 2 deletions(-)) |
Tests analyticsTotal tests: Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccAlloydbCluster_restore|TestAccSQLDatabaseInstance_sqlPostgresDataCacheConfig |
Rerun these tests in REPLAYING mode to catch issues
|
All tests are passing except TestAccAlloydbCluster_restore (https://screenshot.googleplex.com/9ibB34RH3TVL7Xi) (failed because of not enough resources available in us-central1). This test is not related to this change. Can I get approval for the merge. As this is needed for GA launch of Postgres with Data cache feature. |
Note: I cleared cassettes other than TestAccSQLDatabaseInstance_sqlPostgresDataCacheConfig, so that failure cassette won't be merged @ merge time. |
…s available for postgres now (GoogleCloudPlatform#9241)
…s available for postgres now (GoogleCloudPlatform#9241)
b/299670813
Now that data cache is supported for PostgreSQL, this PR is for updating documentation and extending test cases for PostgreSQL data cache support
Resource Reference : https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#data_cache_enabled
Release Note Template for Downstream PRs (will be copied)