-
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
fix a bug where rrdatas
can not be unset in google_dns_record_set
#6103
Conversation
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the tests that failed during VCR. Click here to see the failed testsTestAccFirebaserulesRelease_BasicRelease|TestAccContainerCluster_withConfidentialNodes|TestAccContainerCluster_withAddons|TestAccDNSRecordSet_changeRouting |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
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.
What I can't figure out is how we were returning true
in the first place-if old
has any elements and new
doesn't, shouldn't we have returned false
during rrdatasListDiffSuppress
?
(note you'll probably want a diff reviewer here since I'll be out!) |
@rileykarson Sorry! Didn't see the comments in this PR somehow! I'll probably close this one as PR #6076 makes the similar changes, and we will work out the fix there. Back to your question for the PR: |
Haven't heard back from #6076. Moving forward with PR then. |
Fixes b/234631896
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)