-
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
Remove release channel UNSPECIFIED diff suppress #4554
Remove release channel UNSPECIFIED diff suppress #4554
Conversation
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=175177" |
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, as we'll know this works when the tests pass, right?
@rileykarson ATM there isn't a test that captures the failing scenario. magic-modules/mmv1/third_party/terraform/tests/resource_container_cluster_test.go.erb Line 444 in 5b6b9cb
magic-modules/mmv1/third_party/terraform/tests/resource_container_node_pool_test.go.erb Line 1180 in 5d930d4
|
Good point about |
I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=175183" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccServiceUsageConsumerQuotaOverride_regionConsumerQuotaOverrideExample You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=175285" |
I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccContainerNodePool_withManagement|TestAccServiceUsageConsumerQuotaOverride_regionConsumerQuotaOverrideExample You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=175287" |
Test has passed: https://ci-oss.hashicorp.engineering/buildConfiguration/GoogleCloud_ProviderGoogleCloudMmUpstream/175190?buildTab=tests Going to merge now so the fix goes into next release. |
Fixes hashicorp/terraform-provider-google#8543
The diff suppress made setting
channel = "UNSPECIFIED"
not set a channel at all, which now causes a diff due to an API change setting a default.If 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)