swift/test/unit
Walter Doekes 77530136f1 tempurl: Fix PUT upload to temp url on py3
Without this change, the self._response_headers gets a dict_items() type
on PUT. But the rest of the code assumes that it is a list.

Bug manifestation:

    File "swift/common/middleware/catch_errors.py", line 120,
        in handle_request
      self._response_headers.append(('X-Trans-Id', trans_id))
  AttributeError: 'dict_items' object has no attribute 'append'

Closes-Bug: #1929083
Change-Id: I5c398b6008716b64c668737e4201ba3b6ab3320b
2021-05-20 11:44:11 -07:00
..
account Consider tombstone count before shrinking a shard 2021-05-07 18:41:18 +01:00
cli s-m-s-r: use argparse mutually exclusive group 2021-05-14 10:49:55 +01:00
common tempurl: Fix PUT upload to temp url on py3 2021-05-20 11:44:11 -07:00
container sharder: report perfectly overlapping shard ranges 2021-05-14 14:05:29 +01:00
obj Merge "Quarantine stale EC fragments after checking handoffs" 2021-05-11 22:44:16 +00:00
proxy Quarantine stale EC fragments after checking handoffs 2021-05-10 20:45:17 +01:00
test_locale py3: port the test of locale 2019-06-19 09:54:14 -07:00
__init__.py relinker: Add /recon/relinker endpoint and drop progress stats 2021-05-10 16:13:32 +01:00
helpers.py Cleanup tests' import of debug_logger 2021-04-27 12:04:41 +01:00