Skip to content

Instantly share code, notes, and snippets.

@fperez
Created May 28, 2012 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fperez/2817788 to your computer and use it in GitHub Desktop.
Save fperez/2817788 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.047s
OK
........................................................................................................................................................................................................................................................................................................................................................................................................................K.........
----------------------------------------------------------------------
Ran 423 tests in 17.377s
OK (KNOWNFAIL=1)
.....
----------------------------------------------------------------------
Ran 5 tests in 6.444s
OK
..........................
----------------------------------------------------------------------
Ran 26 tests in 2.164s
OK
.....................................
----------------------------------------------------------------------
Ran 38 tests in 7.912s
OK
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
...........................S..S..........................S
----------------------------------------------------------------------
Ran 62 tests in 0.053s
OK (SKIP=3)
....................................................................SS...S............S............S..S...........................................................................................................
----------------------------------------------------------------------
Ran 211 tests in 0.845s
OK (SKIP=6)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.041s
OK
.........................................................................................................................................................
----------------------------------------------------------------------
Ran 163 tests in 11.422s
OK
.............................................................................................SSSSSSSSSSSSSSS.............................EFF..
........................S
======================================================================
ERROR: test_magic_autopx_blocking (IPython.parallel.tests.test_view.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/test_view.py", line 424, in test_magic_autopx_blocking
ip.run_cell('\n'.join(('a=5','b=10','c=0')))
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/extensions/parallelmagic.py", line 298, in pxrun_cell
result.display_output()
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/client/asyncresult.py", line 257, in __getattr__
self.__class__.__name__, key))
AttributeError: 'AsyncResult' object has no attribute 'display_output'
======================================================================
FAIL: test_magic_autopx_nonblocking (IPython.parallel.tests.test_view.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/test_view.py", line 457, in test_magic_autopx_nonblocking
self.assertTrue(output.startswith('%autopx enabled'))
AssertionError: False is not true
'False is not true' = self._formatMessage('False is not true', "%s is not true" % safe_repr(False))
>> raise self.failureException('False is not true')
======================================================================
FAIL: test_magic_px_blocking (IPython.parallel.tests.test_view.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/parallel/tests/test_view.py", line 389, in test_magic_px_blocking
self.assertTrue('[stdout:' in buf, buf)
AssertionError: Parallel execution on engine(s): 8
'Parallel execution on engine(s): 8\n' = self._formatMessage('Parallel execution on engine(s): 8\n', "%s is not true" % safe_repr(False))
>> raise self.failureException('Parallel execution on engine(s): 8\n')
-------------------- >> begin captured stdout << ---------------------
Parallel execution on engine(s): 8
Parallel execution on engine(s): 8
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 168 tests in 46.272s
FAILED (SKIP=16, errors=1, failures=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.scripts
**********************************************************************
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': '7c93158',
'commit_source': 'installation',
'ipython_path': '/home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython',
'ipython_version': '0.13.dev',
'os_name': 'posix',
'platform': 'Linux-3.2.0-24-generic-i686-with-Ubuntu-12.04-precise',
'sys_executable': '/home/fperez/.ipy_pr_tests/venv-python2.7/bin/python',
'sys_platform': 'linux2',
'sys_version': '2.7.3 (default, Apr 20 2012, 22:44:07) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses matplotlib pexpect pymongo qt sqlite3 tornado wx wx.aui zmq
Ran 11 test groups in 113.974s
Status:
ERROR - 1 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.parallel
You may wish to rerun this one individually, with:
/home/fperez/.ipy_pr_tests/venv-python2.7/bin/python /home/fperez/.ipy_pr_tests/venv-python2.7/local/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment