Skip to content

Instantly share code, notes, and snippets.

@minrk
Created June 25, 2012 03:57
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 minrk/2986419 to your computer and use it in GitHub Desktop.
Save minrk/2986419 to your computer and use it in GitHub Desktop.
IPython test log
..............................................
----------------------------------------------------------------------
Ran 46 tests in 0.079s
OK
[?1034h...........................................................................................................................................................................................................................................................................................................................................................................................................................................................K.........
----------------------------------------------------------------------
Ran 457 tests in 6.524s
OK (KNOWNFAIL=1)
[?1034h.
----------------------------------------------------------------------
Ran 1 test in 0.002s
OK
[?1034h.........
----------------------------------------------------------------------
Ran 9 tests in 3.029s
OK
[?1034h...............SS....................
----------------------------------------------------------------------
Ran 38 tests in 2.396s
OK (SKIP=2)
[?1034h
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
[?1034h...........................S....S.......................S
----------------------------------------------------------------------
Ran 61 tests in 0.088s
OK (SKIP=3)
[?1034h......................................................................SS...S..............S............S..S.............................................................................................................
----------------------------------------------------------------------
Ran 217 tests in 1.682s
OK (SKIP=6)
[?1034h......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.098s
OK
[?1034h......................................................................................................................................................
----------------------------------------------------------------------
Ran 160 tests in 13.027s
OK
[?1034h.....................................................................................................S..........S...............................S........E...............S
======================================================================
ERROR: push/pull recarrays
----------------------------------------------------------------------
Traceback (most recent call last):
File "<string>", line 2, in test_push_pull_recarray
File "/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/parallel/tests/clienttest.py", line 96, in skip_without_names
return f(*args, **kwargs)
File "/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/parallel/tests/test_view.py", line 301, in test_push_pull_recarray
R2 = view['RR']
File "/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/parallel/client/view.py", line 776, in __getitem__
return self.get(key)
File "/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/parallel/client/view.py", line 691, in get
return self.pull(key_s, block=True)
File "/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/parallel/client/view.py", line 710, in pull
return self._really_apply(util._pull, (names,), block=block, targets=targets)
File "<string>", line 2, in _really_apply
File "/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/parallel/client/view.py", line 59, in sync_results
ret = f(self, *args, **kwargs)
File "<string>", line 2, in _really_apply
File "/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/parallel/client/view.py", line 48, in save_ids
ret = f(self, *args, **kwargs)
File "/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/parallel/client/view.py", line 551, in _really_apply
return ar.get()
File "/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython/parallel/client/asyncresult.py", line 125, in get
raise self._exception
RemoteError: NameError(name 'RR' is not defined)
----------------------------------------------------------------------
Ran 171 tests in 65.594s
FAILED (SKIP=4, errors=1)
[?1034h**********************************************************************
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': 'f4dae3f',
'commit_source': 'installation',
'default_encoding': 'UTF-8',
'ipython_path': '/Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/site-packages/IPython',
'ipython_version': '0.13.beta1',
'os_name': 'posix',
'platform': 'Darwin-11.4.0-x86_64-i386-64bit',
'sys_executable': '/Users/minrk/.ipy_pr_tests/venv-python2.6/bin/python',
'sys_platform': 'darwin',
'sys_version': '2.6.7 (r267:88850, Jul 31 2011, 19:30:54) \n[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)]'}
Tools and libraries available at test time:
curses numpy pexpect sqlite3 zmq
Tools and libraries NOT available at test time:
cython matplotlib oct2py pygments pymongo qt rpy2 tornado wx wx.aui
Ran 11 test groups in 111.058s
Status:
ERROR - 1 out of 11 test groups failed.
----------------------------------------
Runner failed: IPython.parallel
You may wish to rerun this one individually, with:
/Users/minrk/.ipy_pr_tests/venv-python2.6/bin/python /Users/minrk/.ipy_pr_tests/venv-python2.6/lib/python2.6/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