-
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
Enabling empty value send for fleet default member config in google_gke_hub_feature #10963
Conversation
…hings simpler in the review
…h the one from test env
…1beta1 will be deprecated soon
…end needs a resource in case of deletion update for that field
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @SarahFrench, 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.
|
Tests analyticsTotal tests: Click here to see the affected service packages
|
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.
There's currently a failing test related to the terraform-google-conversion project - see here: https://github.com/GoogleCloudPlatform/magic-modules/actions/runs/9509187749/job/26211722803
read_test.go:239: TestReadPlannedAssetsCoverage/example_gke_hub_feature diff(-want, +got):
[]caiasset.Asset{
{
Name: "//gkehub.googleapis.com/projects/foobar/locations/global/feature"...,
Type: "gkehub.googleapis.com/Feature",
Resource: &caiasset.AssetResource{
... // 2 identical fields
DiscoveryName: "Feature",
Parent: "//cloudresourcemanager.googleapis.com/projects/foobar",
Data: map[string]any{
+ "fleetDefaultMemberConfig": nil,
"labels": map[string]any{"foo": string("bar")},
},
},
IAMPolicy: nil,
OrgPolicy: nil,
... // 2 identical fields
},
}
FAIL
I think the resolution is to update tgc/tests/data/example_gke_hub_feature.json to add "fleetDefaultMemberConfig": null,
- could you please try?
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.
|
Tests analyticsTotal tests: Click here to see the affected service packages
|
@SarahFrench I made the suggested changes. Are the tests passing now? Please let me know if anything else is required. Thank you again! |
@SarahFrench This PR has been waiting for review for 3 weekdays. Please take a look! Use the label |
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 for fixing that test!
…ke_hub_feature (GoogleCloudPlatform#10963) Co-authored-by: Shuya Ma <[email protected]>
…ke_hub_feature (GoogleCloudPlatform#10963) Co-authored-by: Shuya Ma <[email protected]>
…ke_hub_feature (GoogleCloudPlatform#10963) Co-authored-by: Shuya Ma <[email protected]>
…ke_hub_feature (GoogleCloudPlatform#10963) Co-authored-by: Shuya Ma <[email protected]>
Fixes hashicorp/terraform-provider-google#18441
Release Note Template for Downstream PRs (will be copied)