-
Notifications
You must be signed in to change notification settings - Fork 71
Bug 1982737: Make malformed CSV fail nicely #302
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
Conversation
Fixes bug #2673 by creating more informative error message when malformed CSV is applied to cluster. Upstream-repository: operator-lifecycle-manager Upstream-commit: 3002cf79ce867e32d30d2190df642eaa7f449294 Signed-off-by: Noah Sapse <[email protected]>
Hi @nsapse. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
/retest-required |
/retest |
@nsapse can you please update the PR name to be in the format "Bug XXXXX: description" I think this will kick off the bugzilla automation stuff ^^ |
/retest |
/retitle Bug 1982737 - Make malformed CSV fail nicely |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nsapse, timflannagan 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 |
/retitle Bug 1982737: Make malformed CSV fail nicely |
@nsapse: This pull request references Bugzilla bug 1982737, 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. |
Duplicate of #307? /hold |
@nsapse: 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. |
/close |
@nsapse: PR needs rebase. 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. |
@timflannagan: 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. |
@nsapse: An error was encountered removing this pull request from the external tracker bugs for bug 1982737 on the Bugzilla server at https://bugzilla.redhat.com. No known errors were detected, please see the full error message for details. Full error message.
response code 400 not 200
Please contact an administrator to resolve this issue, then request a bug refresh with 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. |
Fixes BZ #2673 by creating more informative error message when
malformed CSV is applied to cluster.
Upstream-repository: operator-lifecycle-manager
Upstream-commit: 3002cf79ce867e32d30d2190df642eaa7f449294
Signed-off-by: Noah Sapse [email protected]