Skip to content

Instantly share code, notes, and snippets.

@takluyver
Created July 14, 2012 22:07
Show Gist options
  • Save takluyver/3113637 to your computer and use it in GitHub Desktop.
Save takluyver/3113637 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.087s
OK
..................................................................................................................................................................................................................S...................................................................................................................................K.........
----------------------------------------------------------------------
Ran 352 tests in 25.133s
OK (KNOWNFAIL=1, SKIP=1)
.
----------------------------------------------------------------------
Ran 1 test in 0.001s
OK
..............................
----------------------------------------------------------------------
Ran 30 tests in 9.540s
OK
.........................
----------------------------------------------------------------------
Ran 25 tests in 9.229s
OK
............................S..S......................S
----------------------------------------------------------------------
Ran 55 tests in 0.105s
OK (SKIP=3)
........................................................................SS...S..............S............S..S....................................................S.........S..................................................
----------------------------------------------------------------------
Ran 222 tests in 2.085s
OK (SKIP=8)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.045s
OK
.........................
----------------------------------------------------------------------
Ran 25 tests in 10.928s
OK
..................................................EE.........................................................S...................................K.......K..................S
======================================================================
ERROR: test lazy evaluation of rc.direct_view('all')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/parallel/tests/test_client.py", line 114, in test_lazy_all_targets
self.add_engines(2)
File "/home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/parallel/tests/clienttest.py", line 109, in add_engines
self.engines.extend(add_engines(n))
File "/home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/parallel/tests/__init__.py", line 97, in add_engines
raise RuntimeError("Timeout waiting for engines to connect.")
RuntimeError: Timeout waiting for engines to connect.
======================================================================
ERROR: test lazy evaluation of rc.direct_view('all')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/parallel/tests/clienttest.py", line 179, in tearDown
BaseZMQTestCase.tearDown(self)
File "/usr/lib/python3/dist-packages/zmq/tests/__init__.py", line 71, in tearDown
raise RuntimeError("context could not terminate, open sockets likely remain in test")
RuntimeError: context could not terminate, open sockets likely remain in test
----------------------------------------------------------------------
Ran 172 tests in 152.043s
FAILED (KNOWNFAIL=2, SKIP=2, errors=2)
**********************************************************************
IPython test group: IPython.config
**********************************************************************
IPython test group: IPython.core
**********************************************************************
IPython test group: IPython.extensions
**********************************************************************
IPython test group: IPython.frontend
**********************************************************************
IPython test group: IPython.lib
**********************************************************************
IPython test group: IPython.testing
**********************************************************************
IPython test group: IPython.utils
**********************************************************************
IPython test group: IPython.nbformat
**********************************************************************
IPython test group: IPython.zmq
**********************************************************************
IPython test group: IPython.parallel
**********************************************************************
Test suite completed for system with the following information:
{'commit_hash': '712242a',
'commit_source': 'installation',
'default_encoding': 'UTF-8',
'ipython_path': '/home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython',
'ipython_version': '0.14.dev',
'os_name': 'posix',
'platform': 'Linux-3.2.0-26-generic-i686-with-Ubuntu-12.04-precise',
'sys_executable': '/home/thomas/.ipy_pr_tests/venv-python3.2/bin/python',
'sys_platform': 'linux2',
'sys_version': '3.2.3 (default, May 3 2012, 15:54:42) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses matplotlib numpy pexpect pygments qt sqlite3 tornado zmq
Tools and libraries NOT available at test time:
cython oct2py pymongo rpy2 wx wx.aui
Ran 10 test groups in 238.366s
Status:
ERROR - 1 out of 10 test groups failed.
----------------------------------------
Runner failed: IPython.parallel
You may wish to rerun this one individually, with:
/home/thomas/.ipy_pr_tests/venv-python3.2/bin/python /home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.14.dev-py3.2.egg/IPython/testing/iptest.py IPython.parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment