Skip to content

Ignore any kill errors for the testing SSL server#2

Merged
kpaulisse merged 2 commits intomasterfrom
kpaulisse-ignore-kill-failures
Oct 20, 2016
Merged

Ignore any kill errors for the testing SSL server#2
kpaulisse merged 2 commits intomasterfrom
kpaulisse-ignore-kill-failures

Conversation

@kpaulisse
Copy link
Copy Markdown
Contributor

@kpaulisse kpaulisse commented Oct 19, 2016

Overview

This pull request ignores the #<Errno::ESRCH: No such process> exception that's being thrown on Travis CI, during the portion of the test that is attempting to kill that process. If the process is already dead, it's fine if we can't kill it.

It also adds a retry around starting the SSL server for some of the integration tests, so that a failure to start the test server has less of a change of failing the job. This seems to be an issue specific to Travis CI and it's intermittent.

Checklist

  • Make sure that all of the tests pass, and fix any that don't. Just run rake in your checkout directory, or review the CI job triggered whenever you push to a pull request.

@kpaulisse kpaulisse merged commit 7283781 into master Oct 20, 2016
@kpaulisse kpaulisse deleted the kpaulisse-ignore-kill-failures branch October 20, 2016 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant