Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1671 from acpana/acpana/test-v…
Browse files Browse the repository at this point in the history
…alue-type-llm

tests: custom diff checks for llms
  • Loading branch information
google-oss-prow[bot] authored May 8, 2024
2 parents 129aa5b + 08b5ab2 commit 1b48ee4
Show file tree
Hide file tree
Showing 11 changed files with 1,258 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
For the LoggingLogMetric we want to treat `spec.metricDescriptor.labels[].valueType` and `spec.metricDescriptor.valueType` set to "STRING" or "" as the same value!

In other words, we expect no further `POST`s onto the cloud provider if we change one of the values from "STRING" to "" or vice versa. Note `GET`s are find for the underlying controllers to get the "live" state of the API object.
Loading

0 comments on commit 1b48ee4

Please sign in to comment.