-
Notifications
You must be signed in to change notification settings - Fork 562
Bug 1859594: fix(resolver): Exclude all installed packages in dependency search #1666
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
Bug 1859594: fix(resolver): Exclude all installed packages in dependency search #1666
Conversation
1. Fix validate CRD compatibility Should only run against served versions instead the non-served versions (! operator error) 2. Clean up the deprecated CRD versions test: Using standup catsrc upgrade and get rid of unnecessary subscription deletion. Signed-off-by: Vu Dinh <[email protected]>
Signed-off-by: Vu Dinh <[email protected]>
Currently, resolver only excludes one installed package at a time during dependency search. However, this is not enough as there is a corner case where there are two operators that are requiring the same CRD(s). As a result, resolver only excludes one package but not the other(s). Now, the list of installed packages in the same namespace will be added to list of packages that are not considered during dependency search. Signed-off-by: Vu Dinh <[email protected]>
@dinhxuanvu: No Bugzilla bug is referenced in the title of this pull request. 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. |
1e16d71
to
687cf21
Compare
@dinhxuanvu: This pull request references Bugzilla bug 1859594, which is invalid:
Comment 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. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dinhxuanvu, ecordell 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 |
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/bugzilla refresh |
@ecordell: This pull request references Bugzilla bug 1859594, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
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. |
/retest Please review the full test history for this PR and help us cut down flakes. |
Signed-off-by: Vu Dinh <[email protected]>
687cf21
to
3941b4d
Compare
/lgtm |
/retest |
2 similar comments
/retest |
/retest |
@dinhxuanvu: All pull requests linked via external trackers have merged: operator-framework/operator-lifecycle-manager#1666. Bugzilla bug 1859594 has been moved to the MODIFIED state. 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. |
Description of the change:
Motivation for the change:
Reviewer Checklist
/docs