-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Made traffic_split field use default_from_api #12323
base: main
Are you sure you want to change the base?
Conversation
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_vertex_ai_endpoint" "primary" {
traffic_split = # value needed
}
|
Tests analyticsTotal tests: 58 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 in general, but did you test specifically unsetting this field by sending the {} value?
In the paste you linked I see sending trafficSplit: {}
but I don't see that trafficSplit was present with a value before that is sent. I'd be curious if the PATCH actually unsets the field or if it is just ignored because it has an empty value for it
yeah, I wasn't able to set the field yesterday - going to test those cases this morning :-) |
/gcbrun to regenerate branches |
yeah it works: gpaste/4841573379735552 PATCH unsets the field if provided |
aaand I need to approve my own builds now too 🤦 |
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_vertex_ai_endpoint" "primary" {
traffic_split = # value needed
}
|
Tests analyticsTotal tests: 58 Click here to see the affected service packages
🟢 All tests passed! View the build log |
Testing behavior of
"{}"
: gpaste/6027469969948672Testing behavior of
"{}"
if there's already a value set remotely: gpaste/4841573379735552Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.