Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peiyu/fix engine test hung bug #3155

Closed

Conversation

peiyuwang
Copy link
Contributor

We intended to catch all subprocesses exceptions, for example the test case
EngineTest.test_multiprocess_unpickleable checks SerializationError, but some
later added code wasn't protected, including line 159 that caused
#3149 test to hang.

This review fixes this by moving everything into the same try block.

This review does not fix the root cause of #3149
but next time it happens the subprocess won't die and will report the
exception back to the engine.

@peiyuwang
Copy link
Contributor Author

Reviewed at https://rbcommons.com/s/twitter/r/3656/
Submitted as f18ce8f

@peiyuwang peiyuwang closed this Apr 6, 2016
@peiyuwang peiyuwang deleted the peiyu/fix-engine-test-hung-bug branch April 25, 2016 06:42
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