Files
swift/test/unit/proxy/controllers/test_base.py
Tim Burke ef8818a639 Fix up how we memcache on py3
Previously, we stored the WSGI strings in memcached and returned them when
responding to get_account/container_info calls. This would lead to cache
corruption in a heterogenous py2/py3 cluster such as you would have during
a rolling upgrade.

Now, only store and return native strings.

Change-Id: I8d6f66dfe846493972e433f70bad76a33d204562
2019-06-14 08:20:36 -07:00

50 KiB