Make sure that backend testing in multiprocessing is done with a timeout#3741
Merged
Merged
Conversation
If process did not return within 5 sec assume that it is hanging and forcefully terminate
5b3f925 to
ebee64b
Compare
Member
Author
|
Caught the wrong error previously. This version should be correct. I have tested it locally with a sleep statement in the internal check function. |
Member
|
Our tests are happy and all but one of the debian builds has installed (the last is apparently still waiting on build time), merging. |
tacaswell
added a commit
that referenced
this pull request
Nov 1, 2014
BLD : Add time out to looking up backends in setup.py Make sure that backend testing in multiprocessing is done with a timeout
cwrowley
added a commit
to python-control/python-control
that referenced
this pull request
Dec 2, 2014
The travis build hangs when installing matplotlib for python 3.2
(but not 2.7 and 3.3). This is apparently a documented issue with
matplotlib: see
matplotlib/matplotlib#3443
matplotlib/matplotlib#3741
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hope this will solve #3738 and #3444 which looks like duplicates. Rebased onto 1.4.x