Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created August 18, 2015 05:11
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/4c02928c9a1e4b7e1fe5 to your computer and use it in GitHub Desktop.
Save notmyname/4c02928c9a1e4b7e1fe5 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: test_get_manifest (test.unit.common.middleware.test_dlo.TestDloGetManifest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/swift/swift/test/unit/common/middleware/test_dlo.py", line 294, in test_get_manifest
status, headers, body = self.call_dlo(req)
File "/home/swift/swift/test/unit/common/middleware/test_dlo.py", line 60, in call_dlo
for chunk in body_iter:
File "/home/swift/swift/swift/common/request_helpers.py", line 295, in _internal_iter
in self.listing_iter:
File "/home/swift/swift/swift/common/utils.py", line 1032, in next
return next(self.iterator)
File "/home/swift/swift/swift/common/middleware/dlo.py", line 109, in _segment_listing_iterator
req, version, account, container, prefix, marker)
File "/home/swift/swift/swift/common/middleware/dlo.py", line 51, in _get_container_listing
con_resp = con_req.get_response(self.dlo.app)
File "/home/swift/swift/swift/common/swob.py", line 1016, in get_response
status, headers, app_iter = self.call_application(application)
File "/home/swift/swift/swift/common/swob.py", line 1002, in call_application
app_iter = application(self.environ, start_response)
File "/home/swift/swift/test/unit/common/middleware/helpers.py", line 104, in __call__
(method, path),))
KeyError: "Didn't find ('GET', '/v1/AUTH_test/c?format=json&prefix=seg&marker=seg_05') in allowed responses"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment