-
Notifications
You must be signed in to change notification settings - Fork 256
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: fix permanent diff in SQLInstance backupConfiguration #4227
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Ah, this test does NOT wait for the next reconciliation to occur after the first one which successfully creates the GCP resource. /close |
@jingyih: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I was able to reproduce this using a different test flow.
Despite the spec in the YAML configuration is not changed, we are seeing a diff in the controller. |
return false | ||
} | ||
|
||
// Ignore ReplicationLogArchivingEnabled. It is not supported in KRM API. |
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.
Moved this line from 306 for better readability.
Could you remove the reference to 4207 (or use 4230 instead) in the PR description and test suite names? Otherwise it could cause confusions. |
Renamed test case to |
This PR
backupConfiguration
forSQLInstance
. This is a behavior change introduced when migrating the resource from the TF controller to the direct controller. The fix effectively reverts the behavior change.Fixes: #4207
Without the change:
With the change