-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Failing test(s): TestAccMonitoringMetricDescriptor_update (permadiff) #12139
Comments
This is a real permadiff but it's not a breaking change since the labels field isn't ForceNew. I don't see any changes in the provider that would've caused this so it's probably an api-side change. Specifically, it looks like the API is not properly updating the labels to remove the old label:
|
Oddly, this api doesn't actually seem to officially support updates at all - only create & delete. So it's odd that we're a) allowing update, and b) treating the update as an update https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors/create |
b/239950166 |
b/239950421 |
|
This comment was marked as outdated.
This comment was marked as outdated.
The permadiff for this test has gotten longer. |
The change here is that the labels field should either be ForceNew or output-only - see b/ tickets for more details. |
closed with GoogleCloudPlatform/magic-modules#8914 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Affected Resource(s)
Failure rate: 100% since 7/15/2022
Impacted tests:
Nightly builds:
Message:
The text was updated successfully, but these errors were encountered: