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/2817789 to your computer and use it in GitHub Desktop.
Save fperez/2817789 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.054s
OK
..................................................................................................................................................................................................S.............................S............................................................K.........
----------------------------------------------------------------------
Ran 295 tests in 15.026s
OK (KNOWNFAIL=1, SKIP=2)
.....
----------------------------------------------------------------------
Ran 5 tests in 6.396s
OK
.........
----------------------------------------------------------------------
Ran 9 tests in 1.941s
OK
........S.......SS......
----------------------------------------------------------------------
Ran 24 tests in 2.761s
OK (SKIP=3)
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
.........................S..S......................S
----------------------------------------------------------------------
Ran 52 tests in 0.063s
OK (SKIP=3)
..................................................................SS...S............S............S..S..............................................S.........S..................................................
----------------------------------------------------------------------
Ran 208 tests in 1.134s
OK (SKIP=8)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.032s
OK
............................
----------------------------------------------------------------------
Ran 28 tests in 10.279s
OK
...............................................................................................S..S......S............K.EFFES
......K.........SS......S
======================================================================
ERROR: test_magic_autopx_blocking (IPython.parallel.tests.test_view.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/client/asyncresult.py", line 254, in __getattr__
return self.__getitem__(key)
File "<string>", line 2, in __getitem__
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/client/asyncresult.py", line 54, in check_ready
return f(self, *args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/client/asyncresult.py", line 243, in __getitem__
values = [ md[key] for md in self._metadata ]
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/client/asyncresult.py", line 243, in <listcomp>
values = [ md[key] for md in self._metadata ]
KeyError: 'display_output'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/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-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/extensions/parallelmagic.py", line 298, in pxrun_cell
result.display_output()
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/client/asyncresult.py", line 257, in __getattr__
self.__class__.__name__, key))
AttributeError: 'AsyncResult' object has no attribute 'display_output'
======================================================================
ERROR: test_magic_px_nonblocking (IPython.parallel.tests.test_view.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/tests/test_view.py", line 412, in test_magic_px_nonblocking
self.assertRaisesRemote(ZeroDivisionError, ar.get)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/tests/clienttest.py", line 112, in assertRaisesRemote
f(*args, **kwargs)
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/client/asyncresult.py", line 120, in get
raise self._exception
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/client/asyncresult.py", line 145, in wait
raise r
IPython.parallel.error.TaskAborted: TaskAborted: a94c2e61-3fd6-4825-9b93-c002888b35dc
-------------------- >> begin captured stdout << ---------------------
Async parallel execution on engine(s): 8
Async parallel execution on engine(s): 8
Async parallel execution on engine(s): 8
--------------------- >> end captured stdout << ----------------------
======================================================================
FAIL: test_magic_autopx_nonblocking (IPython.parallel.tests.test_view.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/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-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/tests/test_view.py", line 389, in test_magic_px_blocking
self.assertTrue('[stdout:' in buf, buf)
AssertionError: False is not true : Parallel execution on engine(s): 8
'False is not true : Parallel execution on engine(s): 8\n' = self._formatMessage('False is not true : Parallel execution on engine(s): 8\n', "%s is not true" % safe_repr(False))
>> raise self.failureException('False is not true : 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 150 tests in 40.681s
FAILED (KNOWNFAIL=2, SKIP=7, errors=2, 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-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/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-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 pexpect sqlite3 zmq
Tools and libraries NOT available at test time:
matplotlib pymongo qt tornado wx wx.aui
Ran 11 test groups in 91.759s
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-python3.2/bin/python /home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.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