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

test failure in ubuntu package daily build #1712

Closed
juliantaylor opened this issue May 8, 2012 · 2 comments
Closed

test failure in ubuntu package daily build #1712

juliantaylor opened this issue May 8, 2012 · 2 comments
Milestone

Comments

@juliantaylor
Copy link
Contributor

since commit 14dcd99 the daily build has a persistent test failure on oneiric and precise with python 2.6 and python 2.7

======================================================================
ERROR: IPython.embed_kernel() is basically functional
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/build/buildd/ipython-0.12.1+dfsg+2444/IPython/zmq/tests/test_embed_kernel.py", line 103, in test_embed_kernel_basic
    with setup_kernel(cmd) as km:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/build/buildd/ipython-0.12.1+dfsg+2444/IPython/zmq/tests/test_embed_kernel.py", line 77, in setup_kernel
    raise IOError("Connection file %r never arrived" % connection_file)
IOError: Connection file '/tmp/tmpoHfrKP/profile_default/security/kernel-18570.json' never arrived

======================================================================
ERROR: IPython.embed_kernel() inherits calling namespace
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/build/buildd/ipython-0.12.1+dfsg+2444/IPython/zmq/tests/test_embed_kernel.py", line 136, in test_embed_kernel_namespace
    with setup_kernel(cmd) as km:
  File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__
    return self.gen.next()
  File "/build/buildd/ipython-0.12.1+dfsg+2444/IPython/zmq/tests/test_embed_kernel.py", line 77, in setup_kernel
    raise IOError("Connection file %r never arrived" % connection_file)
IOError: Connection file '/tmp/tmpoHfrKP/profile_default/security/kernel-18571.json' never arrived

----------------------------------------------------------------------
XML: /build/buildd/ipython-0.12.1+dfsg+2444/IPython.zmq.xunit.xml
----------------------------------------------------------------------
@minrk
Copy link
Member

minrk commented May 8, 2012

Just to clarify: this is the buildbot failing, and not a real error. Most obvious cause is the 5s timeout for kernel startup being too short for super-slow VMs. I'll do a PR with a longer timeout if that does indeed resolve the issue.

@juliantaylor
Copy link
Contributor Author

something seems to have resolved this, it does not occur anymore in any of the builds

@minrk minrk closed this as completed Jun 24, 2012
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

No branches or pull requests

2 participants