-
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
compute/backend_service: Remove TTLs when using cache mode USE_ORIGIN_HEADERS #8910
compute/backend_service: Remove TTLs when using cache mode USE_ORIGIN_HEADERS #8910
Conversation
Hello! I am a robot. It looks like you are a: Community Contributor @rileykarson, 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. Terraform GA: Diff ( 1 file changed, 39 insertions(+)) |
Tests analyticsTotal tests:
|
@rileykarson do you have an update here? Is there anything I should add or change? |
@rileykarson , I understand you are working a lot on the 5.0.0 release, and I hope it gets released soon, as it fixes another annoying issue we have right now. However, can you give me some clarity on when you get to review this PR? Will it only be after the 5.0.0 release (which already had been pushed back)? |
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.
Sorry for the delay on my end! 5.0.0
was part of why it took me a while to get to this, I was busy with some other time-sensitive work as well. google_compute_backend_service
tends to be finicky (and a case like this is exactly one of the places where it gets the most finicky) and I didn't have the time to review it properly.
mmv1/third_party/terraform/services/compute/resource_compute_backend_service_test.go.erb
Outdated
Show resolved
Hide resolved
…ackend_service_test.go.erb
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. Terraform GA: Diff ( 1 file changed, 39 insertions(+)) |
Tests analyticsTotal tests: Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccComputeBackendService_withCdnPolicy|TestAccWorkstationsWorkstationConfig_update |
Rerun these tests in REPLAYING mode to catch issues
|
@rileykarson, what does it mean that those tests fail? |
…origin-headers-cache-mode' into fix-compute-backend-service-origin-headers-cache-mode
@rileykarson how can we move this PR forward? :) |
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- just running the tests again to validate.
Sorry for the delay- had to have enough to sit down and think through the default values comment.
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. Terraform GA: Diff ( 2 files changed, 201 insertions(+)) |
Tests analyticsTotal tests: Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccAlloydbBackup_alloydbBackupFullExample|TestAccAlloydbCluster_secondaryClusterMandatoryFields |
|
@rileykarson we can ignore those test failures as they are unrelated to this PR right? |
Removes TTLs when using
cache_mode = "USE_ORIGIN_HEADERS"
which would otherwise result in API validation errors.Fixes hashicorp/terraform-provider-google#15791
Replicates the changes from this PR #7588 which fixed it for
google_compute_backend_bucket
.Release Note Template for Downstream PRs (will be copied)