-
Notifications
You must be signed in to change notification settings - Fork 4.7k
oc exec hangs for six hours #13662
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
Comments
Sorry, I'm stretched too thin.
…On Thu, Apr 6, 2017 at 4:06 PM, Steve Kuznetsov ***@***.***> wrote:
[INFO] Validating exec
Running test/end-to-end/core.sh:463: executing 'oc exec -p frontend-1-nsqdp id' expecting success and text '1000'...
SUCCESS after 0.266s: test/end-to-end/core.sh:463: executing 'oc exec -p frontend-1-nsqdp id' expecting success and text '1000'
Standard output from the command:
uid=1000050000 gid=0(root) groups=0(root),1000050000
Standard error from the command:
W0406 10:51:16.968491 15548 cmd.go:337] -p POD_NAME is DEPRECATED and will be removed in a future version. Use exec POD_NAME instead.
Running test/end-to-end/core.sh:464: executing 'oc rsh pod/frontend-1-nsqdp id -u' expecting success and text '1000'...
Killed by signal 15.
as seen here
<https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_integration/870/consoleFull>
/cc @ncdc <https://github.com/ncdc>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13662>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAABYj7-WfKPpb7pPR96E8ZQx0j-kTPPks5rtUW1gaJpZM4M2Ggn>
.
|
@ncdc can you triage this by passing it on to someone else then |
@derekwaynecarr @mfojtik do you have anyone who can investigate? |
also: https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_integration/871/ This one is on
This is a very new regression and seems to be happening often. |
Seen in #11647 - https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_integration/872/consoleFull#-107583498258b6e51eb7608a5981914356 Excerpt:
Context:
|
Seen in https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_integration/874/consoleFull
@mfojtik should we be seeing the new API groups right now? |
Every single build since https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/604/ has this |
7:07 AM: merges into 4:13 PM: |
No changes went into |
On the successful test run at 4PM we did not see the new API groups in the EDIT: that was |
@stevekuznetsov that PR did not touch API groups at all. It was just a refactor of existing code into helper methods. |
Successful jobs before #13630 also had the same not found error, so that seems like a red herring |
@stevekuznetsov does not #13529 (comment) look like a better candidate? |
Man, such an obvious one. Let's not |
The error message is definitely a red herring -- from the last build we have available, on Mar 30, 2017 7:45:36 PM:
The hang does seem to be from #13529 although I can't find the test run that @soltysh was quoting there |
As an aside the test there at |
as seen here
/cc @ncdc
The text was updated successfully, but these errors were encountered: