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

ensure kernels are cleaned up in embed_kernel tests #1656

Merged
merged 1 commit into from Apr 27, 2012

Conversation

minrk
Copy link
Member

@minrk minrk commented Apr 24, 2012

use contextmanager to ensure kernel manager sockets are closed at the end of tests, preventing delayed 'could not close sockets' errors in later tests.

closes #1653

@jenshnielsen
Copy link
Contributor

This solves the problem for me on both python3.2 and python2.7 on Ubuntu 12.04

minrk added a commit that referenced this pull request Apr 27, 2012
ensure kernels are cleaned up in embed_kernel tests

use contextmanager to ensure kernel manager sockets are closed at the end of tests, preventing delayed 'could not close sockets' errors in later tests.

closes #1653
@minrk minrk merged commit 8bfca10 into ipython:master Apr 27, 2012
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
ensure kernels are cleaned up in embed_kernel tests

use contextmanager to ensure kernel manager sockets are closed at the end of tests, preventing delayed 'could not close sockets' errors in later tests.

closes ipython#1653
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.

Test failure in IPython.zmq
2 participants