Skip to content

Instantly share code, notes, and snippets.

@takluyver
Created May 6, 2012 11:16
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 takluyver/2621700 to your computer and use it in GitHub Desktop.
Save takluyver/2621700 to your computer and use it in GitHub Desktop.
IPython test log
.............................................
----------------------------------------------------------------------
Ran 45 tests in 0.068s
OK
.....................................................................................................................................................................................................S.................................................................................K.........
----------------------------------------------------------------------
Ran 289 tests in 16.596s
OK (KNOWNFAIL=1, SKIP=1)
...........
----------------------------------------------------------------------
Ran 11 tests in 6.400s
OK
.............................
----------------------------------------------------------------------
Ran 29 tests in 3.404s
OK
........................
----------------------------------------------------------------------
Ran 24 tests in 6.520s
OK
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
.........................S..S......................S
----------------------------------------------------------------------
Ran 52 tests in 0.054s
OK (SKIP=3)
..................................................................SS...S............S............S..S...........................................S.........S..................................................
----------------------------------------------------------------------
Ran 205 tests in 1.204s
OK (SKIP=8)
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.034s
OK
...........................
----------------------------------------------------------------------
Ran 27 tests in 7.926s
OK
..............................................................................................S..............K..........F................S
======================================================================
FAIL: test_push_numpy_nocopy (IPython.parallel.tests.test_view.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<string>", line 2, in test_push_numpy_nocopy
File "/home/thomas/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg/IPython/parallel/tests/clienttest.py", line 73, in skip_without_names
return f(*args, **kwargs)
File "/home/thomas/.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 248, in test_push_numpy_nocopy
self.assertFalse(flag, "array is writeable, push shouldn't have pickled it")
AssertionError: True is not false : array is writeable, push shouldn't have pickled it
"True is not false : array is writeable, push shouldn't have pickled it" = self._formatMessage("True is not false : array is writeable, push shouldn't have pickled it", "%s is not false" % safe_repr(True))
>> raise self.failureException("True is not false : array is writeable, push shouldn't have pickled it")
----------------------------------------------------------------------
Ran 138 tests in 36.762s
FAILED (KNOWNFAIL=1, SKIP=2, failures=1)
**********************************************************************
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': 'cdd3c85',
'commit_source': 'installation',
'ipython_path': '/home/thomas/.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/thomas/.ipy_pr_tests/venv-python3.2/bin/python',
'sys_platform': 'linux2',
'sys_version': '3.2.3 (default, Apr 12 2012, 21:55:50) \n[GCC 4.6.3]'}
Tools and libraries available at test time:
curses matplotlib pexpect qt sqlite3 tornado zmq
Tools and libraries NOT available at test time:
pymongo wx wx.aui
Ran 11 test groups in 99.328s
Status:
ERROR - 1 out of 11 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.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