Skip to content

Instantly share code, notes, and snippets.

@fperez
Created April 10, 2011 03:19
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/912014 to your computer and use it in GitHub Desktop.
Save fperez/912014 to your computer and use it in GitHub Desktop.
test failures
======================================================================
ERROR: test pushing and pulling functions
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/usr/lib/python2.6/site-packages/IPython/parallel/tests/test_view.py", line 92, in test_push_pull_function
self.assertEqual(r(1.0), testf(1.0))
TypeError: 'AsyncResult' object is not callable
======================================================================
FAIL: test_queue_status (IPython.parallel.tests.test_client.TestClient)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/usr/lib/python2.6/site-packages/IPython/parallel/tests/test_client.py", line 129, in test_queue_status
self.assertEquals(sorted(allqs.keys()), self.client.ids)
AssertionError: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'unassigned'] != [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
>> raise self.failureException, \
(None or '%r != %r' % ([0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'unassigned'], [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]))
======================================================================
FAIL: test pushing and pulling
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/fperez/usr/lib/python2.6/site-packages/IPython/parallel/tests/test_view.py", line 78, in test_push_pull
self.assertEquals(r, nengines*[[10,20]])
AssertionError: <AsyncResult: _pull> != [[10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20]]
>> raise self.failureException, \
(None or '%r != %r' % (<AsyncResult: _pull>, [[10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20], [10, 20]]))
----------------------------------------------------------------------
Ran 55 tests in 40.713s
FAILED (errors=1, failures=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment