Skip to content

Fix flakiness in dnet_exec#1179

Merged
aboch merged 1 commit intomoby:masterfrom
mrjana:bugs
May 17, 2016
Merged

Fix flakiness in dnet_exec#1179
aboch merged 1 commit intomoby:masterfrom
mrjana:bugs

Conversation

@mrjana
Copy link
Copy Markdown
Contributor

@mrjana mrjana commented May 17, 2016

With docker 1.11 based dnet tests, the dnet_exec is sometimes exiting
with exit code 129 because the process is getting a SIGHUP. Although the
reason or source of the SIGHUP is unknown, it is making the tests flaky
because non-zero exit code. Fixed it by trapping SIGHUP inside the
container so that we can run the test code successfully.

Signed-off-by: Jana Radhakrishnan mrjana@docker.com

With docker 1.11 based dnet tests, the dnet_exec is sometimes exiting
with exit code 129 because the process is getting a SIGHUP. Although the
reason or source of the SIGHUP is unknown, it is making the tests flaky
because non-zero exit code. Fixed it by trapping SIGHUP inside the
container so that we can run the test code successfully.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
@aboch
Copy link
Copy Markdown
Contributor

aboch commented May 17, 2016

LGTM

@aboch aboch merged commit a0e5f1d into moby:master May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants