-
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
feat: add HNS support for storage bucket #11852
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @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. |
mmv1/third_party/terraform/services/storage/resource_storage_bucket.go.tmpl
Outdated
Show resolved
Hide resolved
Apart from the field behavior comments, Please check bucket deletion. If the bucket is configured with |
mmv1/third_party/terraform/services/storage/resource_storage_bucket.go.tmpl
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/services/storage/resource_storage_bucket.go.tmpl
Outdated
Show resolved
Hide resolved
->> ran manual test case locally as below
so no code changes needed for force_destroy for HNS bucket update: added force destroy test case in acceptance tests |
mmv1/third_party/terraform/services/storage/resource_storage_bucket.go.tmpl
Show resolved
Hide resolved
mmv1/third_party/terraform/services/storage/resource_storage_bucket.go.tmpl
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/services/storage/resource_storage_bucket_test.go.tmpl
Outdated
Show resolved
Hide resolved
mmv1/third_party/terraform/services/storage/resource_storage_bucket_test.go.tmpl
Outdated
Show resolved
Hide resolved
/gcbrun |
Hi @rileykarson, Can you please trigger tests for this PR? |
/gcbrun |
@GoogleCloudPlatform/terraform-team @rileykarson This PR has been waiting for review for 1 week. Please take a look! Use the label |
Tests analyticsTotal tests: 109 Click here to see the affected service packages
Action takenFound 95 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
1 similar comment
Tests analyticsTotal tests: 109 Click here to see the affected service packages
Action takenFound 95 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. |
🔴 Tests failed during RECORDING mode: 🔴 Errors occurred during RECORDING mode. Please fix them to complete your PR. |
Tests analyticsTotal tests: 109 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 analyticsTotal tests: 0 Click here to see the affected service packages
🔴 Tests were added that are skipped in VCR:
View the build log |
Tests analyticsTotal tests: 109 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. |
Tests analyticsTotal tests: 109 Click here to see the affected service packages
🟢 All tests passed! View the build log |
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, thanks!
Co-authored-by: Riley Karson <[email protected]>
Co-authored-by: Riley Karson <[email protected]>
Co-authored-by: Riley Karson <[email protected]>
Co-authored-by: Riley Karson <[email protected]>
Co-authored-by: Riley Karson <[email protected]>
Co-authored-by: Riley Karson <[email protected]>
Co-authored-by: Riley Karson <[email protected]>
Adds support to enable hierarchical_namespace for storage buckets
Release Note Template for Downstream PRs (will be copied)