-
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
Allow redisVersion to change, promoted some fields to GA #4838
Allow redisVersion to change, promoted some fields to GA #4838
Conversation
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 121 insertions(+), 3 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=190230" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccComputeAddress_computeAddressIpsecInterconnectExample|TestAccComputeHaVpnGateway_computeHaVpnGatewayEncryptedInterconnectExample|TestAccComputeRouter_computeRouterEncryptedInterconnectExample|TestAccRedisInstance_update|TestAccRedisInstance_redisInstanceAuthEnabled You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=190332" |
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.
We talked offline about this, but I don't believe this actually tests that the version can be updated. That test forces recreation by changing region so no fields are updated in-place
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 34 files changed, 495 insertions(+), 134 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191389" |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 34 files changed, 495 insertions(+), 134 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191390" |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 149 insertions(+), 3 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191394" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccComputeAddress_computeAddressIpsecInterconnectExample|TestAccComputeBackendService_withSecurityPolicy|TestAccInstanceGroupManager_waitForStatus|TestAccComputePerInstanceConfig_update|TestAccComputeRegionPerInstanceConfig_update|TestAccHealthcareDataset_basic|TestAccHealthcareDicomStore_basic|TestAccHealthcareFhirStore_basic|TestAccHealthcareHl7V2Store_basic|TestAccRedisInstance_redisInstanceAuthEnabled|TestAccTags You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191396" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccBigQueryDataTable_bigtable|TestAccComputeAddress_computeAddressIpsecInterconnectExample|TestAccComputeBackendService_withSecurityPolicy|TestAccInstanceGroupManager_waitForStatus|TestAccComputePerInstanceConfig_update|TestAccComputeRegionPerInstanceConfig_update|TestAccHealthcareDataset_basic|TestAccHealthcareDicomStore_basic|TestAccHealthcareFhirStore_basic|TestAccHealthcareHl7V2Store_basic|TestAccRedisInstance_redisInstanceAuthEnabled You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191397" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccComputeAddress_computeAddressIpsecInterconnectExample|TestAccRedisInstance_redisInstanceAuthEnabled You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191399" |
@slevenick should be good to go |
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.
Looks like you're getting rake test errors:
provider/core.rb:331:22: C: Style/InverseMethods: Use select instead of inverting reject.
update_props = properties.reject do |p| ...
^^^^^^^^^^^^^^^^^^^^^^^^
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191597" |
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.
Looks like you have a typo causing a linting error.
I'm a little concerned about changing the PATCH behavior if the update mask is empty. I wonder how often this happens. We can look at the VCR tests that fail for this run to get a signal on that
…-modules into redis-instance-stuff
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 336 insertions(+), 19 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191799" |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 336 insertions(+), 19 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191803" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccRedisInstance_downgradeRedisVersion|TestAccRedisInstance_update You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=191904" |
Looks like a test is failing with:
|
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 3 files changed, 335 insertions(+), 19 deletions(-)) |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=192081" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccRedisInstance_update You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=192091" |
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.
Can you check to see why server_ca_certs
didn't change in the downstream markdown? Is that intentional?
Apparently we don't put beta it its not an input field 😬 |
closes hashicorp/terraform-provider-google#9174
closes hashicorp/terraform-provider-google#8306
Allow
redis_version
to be updated.Promoted
transit_encryption_mode
andserver_ca_certs
to GAIf this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)