-
Notifications
You must be signed in to change notification settings - Fork 545
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 1732302: Fix panic when binding already exists #959
Conversation
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cblecker, 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 |
/hold Do we have a BZ for this? |
@ecordell No, I haven't filed one yet. Been debugging this today. I'll get one filed now. |
/retest |
@ecordell Filed BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1732214 Looks like CI is timing out with unrelated errors |
/retest |
1 similar comment
/retest |
@cblecker: This pull request references a valid Bugzilla bug. 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. 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 |
/retest |
1 similar comment
/retest |
/test e2e-aws-olm |
/retest |
/retest |
Okay, it did pass once: https://prow.svc.ci.openshift.org/pr-history/?org=operator-framework&repo=operator-lifecycle-manager&pr=959 |
/retest |
1 similar comment
/retest |
/retest |
1 similar comment
/retest |
@cblecker: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
e2e-aws-olm is failing due to a flake introduced in a recent commit. since we've seen it pass at least once on this PR, merging this manually |
@cblecker: All pull requests linked via external trackers have merged. The Bugzilla bug 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. |
/cherry-pick release-4.1 |
@ecordell: #959 failed to apply on top of branch "release-4.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 following panic when the RoleBinding/ClusterRoleBinding already exists.
Note this will need to be backported, as it exists in the release-4.x branches as well.