adding source_instance_deletion_time#15239
adding source_instance_deletion_time#15239melinath merged 7 commits intoGoogleCloudPlatform:mainfrom
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
5e66a70 to
91b37ea
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
91b37ea to
3221047
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
Hello! I am a robot. Tests will require approval from a repository maintainer to run. Googlers: For automatic test runs see go/terraform-auto-test-runs. @melinath, 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. |
3221047 to
f4297bd
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
f4297bd to
d649293
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
d649293 to
2c650b0
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
..._party/terraform/services/sql/data_source_sql_database_instance_latest_recovery_time_test.go
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
|
Manual non-VCR test run (you won't be able to access this link): https://hashicorp.teamcity.com/buildConfiguration/TerraformProviders_GoogleCloud_GOOGLE_BETA_MMUPSTREAMTESTS_GOOGLEBETA_PACKAGE_SQL/487986 |
This comment was marked as outdated.
This comment was marked as outdated.
..._party/terraform/services/sql/data_source_sql_database_instance_latest_recovery_time_test.go
Show resolved
Hide resolved
|
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.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_sql_database_instance" "primary" {
clone {
source_instance_deletion_time = # value needed
}
}
Missing doc report (experimental)The following resources have fields missing in documents.
|
|
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.
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_sql_database_instance" "primary" {
clone {
source_instance_deletion_time = # value needed
}
}
Missing doc report (experimental)The following resources have fields missing in documents.
|
|
Recapping that the plan is to write a follow-up pr with the happy case integration tested, and to increase the helpfulness of the customer visible error logs which are currently opaque Manual testing done to ensure feature works: |
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
Tests analyticsTotal tests: 129 Click here to see the affected service packages
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 tests
|
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
|
The failure for TestAccSqlDatabaseInstance_MysqlReadPoolEnableDisableSuccess happens in nightlies as well - unrelated to these changes. |
|
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
melinath
left a comment
There was a problem hiding this comment.
LGTM. This feature is a little tricky to write an automated test for, so I'm approving it based on the manual tests linked above. The previous tests for error message were removed because they were testing API behavior, not provider behavior (and the API message doesn't have the level of detail we'd need anyway).
bd6209a
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.