Files
swift/test/unit/proxy/controllers/test_container.py
Tim Burke 3750285bc8 py3: fix up listings on sharded containers
We were playing a little fast & loose with types before; as a result,
marker/end_marker weren't quite working right. In particular, we were
checking whether a WSGI string was contained in a shard range, while
ShardRange assumes all comparisons are against native strings.

Now, get everything to native strings before making comparisons, and
get them back to wsgi when we shove them in the params dict.

Change-Id: Iddf9e089ef95dc709ab76dc58952a776246991fd
2019-08-15 12:34:02 -07:00

71 KiB