Opened 8 years ago

Closed 8 years ago

#251 closed defect (fixed)

test failure: test_appserver.RunCommand.test_run

Reported by: Brian Warner Owned by:
Priority: major Milestone: 0.11.0
Component: unknown Version: 0.9.1
Keywords: Cc:

Description

This is on OS-X, under tox. Neither the buildbot nor travis is showing this one.

===============================================================================
[FAIL]
Traceback (most recent call last):
  File "/Users/warner/stuff/python/foolscap/foolscap/test/test_appserver.py", line 748, in _check_client

  File "/Users/warner/stuff/python/foolscap/.tox/py27/lib/python2.7/site-packages/twisted/trial/_synctest.py", line 437, in assertEqual
    super(_Assertions, self).assertEqual(first, second, msg)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)
twisted.trial.unittest.FailTest: 2 != 0

foolscap.test.test_appserver.RunCommand.test_run
===============================================================================

Change History (1)

comment:1 Changed 8 years ago by Brian Warner

Resolution: fixed
Status: newclosed

Same problem (and fix) as #250: a leftover foolscap/ directory. We recently moved all the source files from foolscap/ to src/foolscap/ (specifically to avoid confusing leftover .pyc files like this), but when making the transition, you need to delete the old directory manually.

Note: See TracTickets for help on using tickets.