cloudrunv2: permadiff fix - set template.scaling.maxInstanceCount to default_from_api: true - #18394
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 6aedba3: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_cloud_run_v2_service" "primary" {
template {
scaling {
max_instance_count = # value needed
}
}
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 🟢 All tests passed in Replaying mode! No Recording was needed. View the replaying VCR build log |
cloudrunv2: permadiff fix - set template.scaling.maxInstanceCount to default_value: truecloudrunv2: permadiff fix - set template.scaling.maxInstanceCount to default_from_api: true
melinath
left a comment
There was a problem hiding this comment.
Overall LGTM, though the release note should focus more on the user impact & not mention mmv1-specific terminology.
Normally I wouldn't care about the missing test, but given this fixes a regression, is there a test that was previously displaying this failure which is now fine? I don't see one... Not necessarily a blocker, but would be nice to have.
|
This PR is approved and has been waiting for merge for 1 week. Is it ready to merge? Use the label |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit d3a5fb4: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 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
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 0115533: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 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
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit d807962: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 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
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. |
… to `default_from_api: true` (GoogleCloudPlatform#18394)
Part of hashicorp/terraform-provider-google#20399
reimplementing of #14971
Initially this wasn't merged due to some uncertainties surrounding the expected values that could be set by the API for
maxInstanceCount. Though from looking through past PRs we get the following on how values are calculated formaxinstanceCount:PR Comment:
Given that the docs contains the mention that if not set it will default to what the server determines is the appropriate value, this PR makes sense to include since the current behavior does not match what the documentation is stating:
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.