-
Notifications
You must be signed in to change notification settings - Fork 153
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 the reconciliation of components CRs #871
Fix the reconciliation of components CRs #871
Conversation
All tests passed |
3 similar comments
All tests passed |
All tests passed |
All tests passed |
/retest |
All tests passed |
All tests passed |
Correctly copy spec stanza on components CR with deepCopy to recursively handle also complex types. Fix unit tests: Ω(ACTUAL).Should(Equal(EXPECTED)) uses reflect.DeepEqual to compare ACTUAL with EXPECTED. VMImportConfig is global scoped!!! Fixes: https://bugzilla.redhat.com/1884142 Signed-off-by: Simone Tiraboschi <[email protected]>
All tests passed |
Ignore slightly decreased coverage |
@tiraboschi: Overrode contexts on behalf of tiraboschi: coverage/coveralls 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. |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nunnatsa The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-1.2 |
@tiraboschi: new pull request created: #876 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. |
@tiraboschi: failed to push cherry-picked changes in GitHub: pushing failed, output: "To https://github.com/kubevirt-bot/hyperconverged-cluster-operator\n ! [rejected] cherry-pick-871-to-release-1.2 -> cherry-pick-871-to-release-1.2 (non-fast-forward)\nerror: failed to push some refs to 'https://kubevirt-bot:[email protected]/kubevirt-bot/hyperconverged-cluster-operator'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. Integrate the remote changes (e.g.\nhint: 'git pull ...') before pushing again.\nhint: See the 'Note about fast-forwards' in 'git push --help' for details.\n", error: exit status 1 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. |
Fix the reconciliation of components CRs
Correctly copy spec stanza on components CR
with deepCopy to recursively handle also complex
types.
Fix unit tests:
Ω(ACTUAL).Should(Equal(EXPECTED))
uses reflect.DeepEqual to compare ACTUAL with EXPECTED.
VMImportConfig is global scoped!!!
Fixes: https://bugzilla.redhat.com/1884142
Signed-off-by: Simone Tiraboschi [email protected]
Release note: