Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created June 23, 2014 21:01
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 notmyname/2e3e682e743aa0fa1d36 to your computer and use it in GitHub Desktop.
Save notmyname/2e3e682e743aa0fa1d36 to your computer and use it in GitHub Desktop.
$ nosetests test_wsgi.py
....F.....................................
======================================================================
FAIL: test_loadapp_proxy (test.unit.common.test_wsgi.TestPipelineModification)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/mock.py", line 1190, in patched
return func(*args, **keywargs)
File "/home/swift/swift/test/unit/__init__.py", line 110, in mywrapper
return f(*args, **kwargs)
File "/home/swift/swift/test/unit/__init__.py", line 340, in wrapped
return f(*args, **kwargs)
File "/home/swift/swift/test/unit/common/test_wsgi.py", line 1064, in test_loadapp_proxy
object_ring_path)
AssertionError: '/tmp/tmpiqr8g9/object.ring.gz' != '/tmp/tmpJw2eke/object.ring.gz'
----------------------------------------------------------------------
Ran 42 tests in 0.305s
FAILED (failures=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment