Skip to content

FAIL: test that pushed functions have access to globals #386

@fperez

Description

@fperez

This failure started a few days ago, but I haven't bisected it yet.

Making it critical because it's in the master branch, and we should try to keep master always failure-clean.

iptest IPython.parallel
======================================================================
FAIL: test that pushed functions have access to globals
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/fperez/usr/lib/python2.6/site-packages/IPython/parallel/tests/test_view.py", line 118, in test_push_function_globals
    self.assertRaisesRemote(NameError, v.execute, 'b=f()')
  File "/home/fperez/usr/lib/python2.6/site-packages/IPython/parallel/tests/clienttest.py", line 91, in assertRaisesRemote
    self.fail("should have raised a RemoteError")
AssertionError: should have raised a RemoteError
    """Fail immediately, with the given message."""
>>  raise self.failureException, 'should have raised a RemoteError'
    

----------------------------------------------------------------------
Ran 58 tests in 34.498s

FAILED (failures=1)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions