-
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
Add Terraform Support For Cloud SQL Preferred Zone Selection Feature #9341
Add Terraform Support For Cloud SQL Preferred Zone Selection Feature #9341
Conversation
Hello! I am a robot. It looks like you are a: @trodge, 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 ( 5 files changed, 234 insertions(+), 53 deletions(-)) |
LGTM |
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 ( 5 files changed, 232 insertions(+), 51 deletions(-)) |
Tests analyticsTotal tests: Action takenFound 7 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccComposerEnvironment_UpdateComposerV2|TestAccComposerEnvironment_ComposerV2|TestAccContainerCluster_withGatewayApiConfig|TestAccContainerAwsCluster_BetaBasicHandWritten|TestAccContainerAwsCluster_BetaBasicEnumHandWritten|TestAccContainerAwsCluster_BasicEnumHandWritten|TestAccContainerAwsCluster_BasicHandWritten |
Rerun these tests in REPLAYING mode to catch issues
|
mmv1/third_party/terraform/services/composer/resource_composer_environment_test.go.erb
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error we're seeing in our tests is this:
Error: Error creating Network: googleapi: Error 409: The resource 'projects/ci-test-project-188019/global/networks/tf-test-composer-net-8380661580462607644' already exists, alreadyExists
I think this is caused by naming collision between different composer tests being run in parallel.
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 ( 5 files changed, 232 insertions(+), 51 deletions(-)) |
Tests analyticsTotal tests: Action takenFound 7 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccBigQueryDataTable_bigtable|TestAccBigtableAppProfile_bigtableAppProfileSingleclusterExample|TestAccComposerEnvironment_ComposerV2|TestAccContainerCluster_withGatewayApiConfig|TestAccContainerAwsCluster_BasicEnumHandWritten|TestAccContainerAwsCluster_BetaBasicEnumHandWritten|TestAccContainerAwsCluster_BasicHandWritten |
Rerun these tests in REPLAYING mode to catch issues
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, opened hashicorp/terraform-provider-google#16380 for the test hiccup.
cloud.google.com/go/bigtable v1.19.0 | ||
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.52.0 | ||
cloud.google.com/go/bigtable v1.20.0 | ||
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.54.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this PR intended to upgrade every available dependency?
This upgrades the DCL library and seems completely unrelated to DCL changes. Were the test failures from #9341 (comment) addressed? I think they were caused by upgrading here without also upgrading the tpgtools go.mod
I can only imagine additional potential side effects from upgrading all of these imports at once. @trodge @Khaledmohamedrefaat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have reverted this PR.
Please open a new one that updates only the necessary dependencies.
…oogleCloudPlatform#9341) * Adding support for cloud sql zone selection * Fixing spaces/tabs indentation * Fixing indetnation * Fixing blank line * Trigger Presubmits --------- Co-authored-by: Khaled Hassan <[email protected]>
…Feature (GoogleCloudPlatform#9341)" (GoogleCloudPlatform#9372) This reverts commit f3db9dd.
…oogleCloudPlatform#9341) * Adding support for cloud sql zone selection * Fixing spaces/tabs indentation * Fixing indetnation * Fixing blank line * Trigger Presubmits --------- Co-authored-by: Khaled Hassan <[email protected]>
…Feature (GoogleCloudPlatform#9341)" (GoogleCloudPlatform#9372) This reverts commit f3db9dd.
…oogleCloudPlatform#9341) * Adding support for cloud sql zone selection * Fixing spaces/tabs indentation * Fixing indetnation * Fixing blank line * Trigger Presubmits --------- Co-authored-by: Khaled Hassan <[email protected]>
…Feature (GoogleCloudPlatform#9341)" (GoogleCloudPlatform#9372) This reverts commit f3db9dd.
Add Terraform Support For Cloud SQL Preferred Zone Selection Feature
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
in the generated providers to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)
Fixes hashicorp/terraform-provider-google/issues/16344