-
Notifications
You must be signed in to change notification settings - Fork 382
Move closing stream after error handling, add container name in e2e scenario #2629
Move closing stream after error handling, add container name in e2e scenario #2629
Conversation
Hi @mszostok. Thanks for your PR. I'm waiting for a kubernetes-incubator or kubernetes 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. |
/kind bug |
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jberkhahn 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 |
/test pull-service-catalog-xbuild |
1 similar comment
/test pull-service-catalog-xbuild |
This PR is a
What this PR does / why we need it:
In e2e scenario:
GetLogs
command will fail then returned stream isnil
and you cannot deferClose
function on it because the panic will be thrown