-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 segv error for usage error of oc set env command #17932
Conversation
/retest |
LGTM |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nak3, soltysh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/retest |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
2 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 |
/retest
…On Tue, Jan 9, 2018 at 5:40 PM, OpenShift CI Robot ***@***.*** > wrote:
@nak3 <https://github.com/nak3>: The following test *failed*, say /retest
to rerun them all:
Test name Commit Details Rerun command
ci/openshift-jenkins/extended_conformance_install 95e7a0a
<95e7a0a>
link
<https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/17932/test_pull_request_origin_extended_conformance_install/5171/> /test
extended_conformance_install
Full PR test history <https://openshift-gce-devel.appspot.com/pr/17932>. Your
PR dashboard <https://openshift-gce-devel.appspot.com/pr/nak3>. Please
help us cut down on flakes by linking to
<https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests>
an open issue
<https://github.com/openshift/origin/issues?q=is:issue+is:open> when you
hit one in your PR.
Instructions for interacting with me using PR comments are available here
<https://git.k8s.io/community/contributors/devel/pull-requests.md>. If
you have questions or suggestions related to my behavior, please file an
issue against the kubernetes/test-infra
<https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:>
repository. I understand the commands that are listed here
<https://go.k8s.io/bot-commands>.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#17932 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjLVTN4VD3FnUoIHaQuKKXSdufO0zzSks5tI5ZmgaJpZM4RNEuA>
.
|
/retest
…On Tue, Jan 9, 2018 at 11:09 PM, OpenShift CI Robot < ***@***.***> wrote:
@nak3 <https://github.com/nak3>: The following test *failed*, say /retest
to rerun them all:
Test name Commit Details Rerun command
ci/openshift-jenkins/extended_conformance_install 95e7a0a
<95e7a0a>
link
<https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/17932/test_pull_request_origin_extended_conformance_install/5194/> /test
extended_conformance_install
Full PR test history <https://openshift-gce-devel.appspot.com/pr/17932>. Your
PR dashboard <https://openshift-gce-devel.appspot.com/pr/nak3>. Please
help us cut down on flakes by linking to
<https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests>
an open issue
<https://github.com/openshift/origin/issues?q=is:issue+is:open> when you
hit one in your PR.
Instructions for interacting with me using PR comments are available here
<https://git.k8s.io/community/contributors/devel/pull-requests.md>. If
you have questions or suggestions related to my behavior, please file an
issue against the kubernetes/test-infra
<https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:>
repository. I understand the commands that are listed here
<https://go.k8s.io/bot-commands>.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#17932 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjLVa9ef0QJphjzjK0B1P2yKkOFfKrfks5tI-OggaJpZM4RNEuA>
.
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Automatic merge from submit-queue (batch tested with PRs 17932, 18037, 17479, 18051, 18052). |
When oc set env had wrong argments, oc command failed with segv
error.
This patch fixes the issue by passing valid cmd object to
kcmdutil.UsageErrorf
.Note, this segv error could be reproduced by following command.