RUN-1833: dockerclient: use /bin/sleep for idling instead of sleep#256
Conversation
The built-in "sleep" in the latest alpine base image's shell behaves differently from the version it has to exec(), exiting when it receives a stray SIGCHLD for one of the processes we're running in an exec session, and this is causing a consistent failure in the "copy and env interaction" conformance test. Call /bin/sleep explicitly to work around this. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
|
@nalind: This pull request references RUN-1833 which is a valid jira issue. DetailsIn 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. |
|
@nalind: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
LGTM |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nalind, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
The built-in "sleep" in the latest alpine base image's shell behaves differently from the version it has to exec(), exiting when it receives a stray SIGCHLD for one of the processes we're running in an exec session, and this is causing a consistent failure in the "copy and env interaction" conformance test.
Call /bin/sleep explicitly to work around this.
Note to other maintainers: please do not /lgtm until Travis is green.