-
Notifications
You must be signed in to change notification settings - Fork 70
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
OCPBUGS-29192: [release-4.14]: Clear (existing) error cond from Subscription, once error resolved #686
OCPBUGS-29192: [release-4.14]: Clear (existing) error cond from Subscription, once error resolved #686
Conversation
/jira cherry-pick OCPBUGS-29116 |
@anik120: Jira Issue OCPBUGS-29116 has been cloned as Jira Issue OCPBUGS-29192. Will retitle bug to link to clone. 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 openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anik120 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 |
@anik120: This pull request references Jira Issue OCPBUGS-29192, which is valid. The bug has been moved to the POST state. 6 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
/lgtm |
/label backport-risk-assessed |
Seems like no error message was reported when using a wrong catalog service, please have a look: https://issues.redhat.com/browse/OCPBUGS-29192 |
@jianzhangbjz commented on the ticket, looks like the "patch service" method that was being used for testing needs to be adjusted. The service we're patching for testing is being reset back. More details on the ticket. |
Hi @anik120 , thanks! Comments left there. |
/unhold |
Test pass, details: https://issues.redhat.com/browse/OCPBUGS-29192?focusedId=24191085&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-24191085 |
@anik120: This pull request references Jira Issue OCPBUGS-29192, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: 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 openshift-eng/jira-lifecycle-plugin repository. |
/retest |
…3166) The func `removeSubsCond` takes in a list of pointers to Subscription objects, modifies the objects that the pointers point to, but return a new list of those pointers. A [PR](operator-framework/operator-lifecycle-manager#2942) included in the v0.25.0 release [changed the way the output of that function was being used](https://github.com/operator-framework/operator-lifecycle-manager/pull/2942/files#diff-a1760d9b7ac1e93734eea675d8d8938c96a50e995434b163c6f77c91bace9990R1146-R1155) leading to a regression. This PR fixes the `removeSubsCond` function, fixing the regression as a result. Closes #3162 Signed-off-by: Anik Bhattacharjee <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 54da66a9996632315827ba37e14823de6405b4d9
PR #3166 removes the `BundleUnpacking` condition once resolution is successful. PR #3166 [modified an e2e test](operator-framework/operator-lifecycle-manager@54da66a#diff-11f70fc71ac22d725767916f562789de88d06eb9ebe19f337a59fd7035a3ca2dR2448) to reflect that change. However, the test being fixed in this PR is skipped for upstream, and runs only downstream.This PR is a follow up to #3166 to reflect the `BundleUnpacking` condition removal in the remaining test. Signed-off-by: Anik Bhattacharjee <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: 6e3f051a4d9ac32222a051029570b88c8ba9e4f6
d8bed00
to
79fe501
Compare
@grokspawn had to rebase to include this commit which went in since the last time you'd lgtm-ed it, and include this commit for the backport too. Looking for an lgtm again, thank you! |
/test e2e-gcp-ovn |
/test e2e-gcp-olm |
@anik120: all tests passed! Full PR test history. Your PR dashboard. 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 understand the commands that are listed here. |
/lgtm |
@anik120: Jira Issue OCPBUGS-29192: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-29192 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 openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] This PR has been included in build operator-registry-container-v4.14.0-202402211439.p0.g8e6f9eb.assembly.stream.el8 for distgit operator-registry. |
[ART PR BUILD NOTIFIER] This PR has been included in build operator-lifecycle-manager-container-v4.14.0-202402211439.p0.g8e6f9eb.assembly.stream.el8 for distgit operator-lifecycle-manager. |
Fix included in accepted release 4.14.0-0.nightly-2024-02-21-181159 |
The func
removeSubsCond
takes in a list of pointers to Subscription objects, modifies the objects that the pointers point to, but return a new list of those pointers. A PR included in the v0.25.0 release changed the way the output of that function was being used leading to a regression. This PR fixes theremoveSubsCond
function, fixing the regression as a result.Upstream-repository: operator-lifecycle-manager
Upstream-commit: 54da66a9996632315827ba37e14823de6405b4d9