summaryrefslogtreecommitdiff
path: root/test/unit/common/test_memcached.py
Commit message (Expand)AuthorAgeFilesLines
* memcached: log user provided keys in exception error logging.Jianjian Huo2023-05-011-26/+61
* Memcached: add timing stats to set/get and other public functionsJianjian Huo2023-01-061-0/+50
* Refactor memcache config and MemcacheRing loadingMatthew Oliver2022-10-261-0/+226
* Merge "memcached: Give callers the option to accept errors"Zuul2022-05-131-10/+66
|\
| * memcached: Give callers the option to accept errorsTim Burke2022-04-281-10/+66
* | Rip out pickle support in our memcached clientTim Burke2022-04-271-11/+5
|/
* memcache: Add an item_size_warning_threshold optionMatthew Oliver2022-02-151-2/+51
* Ensure close socket for memcached if got timeoutKota Tsuyuzaki2021-11-101-0/+35
* Cleanup tests' import of debug_loggerClay Gerrard2021-04-271-1/+1
* Merge "memcache: Log errors encountered when setting keys"Zuul2021-01-261-1/+23
|\
| * memcache: Log errors encountered when setting keysTim Burke2021-01-081-1/+23
* | Merge "Memcached client TLS support"Zuul2021-01-071-0/+14
|\ \ | |/ |/|
| * Memcached client TLS supportGrzegorz Grasza2021-01-061-0/+14
* | replace md5 with swift utils versionAde Lee2020-12-151-8/+11
|/
* memcache: Make error-limiting values configurableTim Burke2020-11-051-6/+123
* memcached: Plumb logger into MemcacheRingTim Burke2020-06-091-30/+49
* Extend MemcacheRing.delete() API to manage server_keyRomain de Joux2020-04-031-0/+38
* Fix up how we memcache on py3Tim Burke2019-06-141-0/+4
* py3: port common/memcached.pyTim Burke2018-02-261-75/+81
* Using assertIsNone() instead of assertEqual(None)zhengwei60822017-11-091-1/+1
* Assert memcached connection error is loggedAlistair Coles2017-09-261-16/+16
* Fix memcached exception out of range stacktraceMatthew Oliver2017-09-251-0/+67
* Socket errors don't warrant tracebacks when talking to memcachedTim Burke2017-08-221-37/+60
* Using assertIsNone() instead of assertEqual(None)lingyongxu2017-06-071-4/+4
* Tighten memcached testsTim Burke2016-07-071-19/+42
* MockMemcached cleanupTim Burke2016-06-231-52/+63
* Make _get_addr() method a function in utils.Timur Alperovich2016-01-121-21/+0
* Fail early if the memcache address is invalid.Timur Alperovich2016-01-121-38/+22
* Fix IPv6 handling in MemcacheConnPool.Timur Alperovich2016-01-081-0/+141
* Deprecated param timeout removed from memcachedOndřej Nový2015-12-141-11/+1
* pep8 fix: assertEquals -> assertEqualjanonymous2015-10-111-52/+52
* unit tests: Replace "self.assert_" by "self.assertTrue"janonymous2015-07-211-7/+12
* Remove workaround for old eventlet versionSamuel Merritt2015-05-081-58/+0
* Attempt to make test_memcache_pool_timeout stablePeter Portante2014-02-031-14/+12
* Attempt to fix periodic memcache timeout testChuck Thier2014-01-311-2/+1
* bare excepts, as is properJohn Dickinson2013-11-261-5/+1
* Use upstream patched Pool.getJohn Dickinson2013-11-251-0/+65
* Remove obsolete future importsSamuel Merritt2013-11-221-1/+0
* return value on memcache client decr callGreg Lange2013-10-151-9/+9
* Add a Timeout when getting Memcache connectionsClay Gerrard2013-10-071-1/+61
* Don't apply timeout to Pool.get operation (leaks)Peter Portante2013-10-071-9/+26
* Merge "Change OpenStack LLC to Foundation"Jenkins2013-10-071-1/+1
|\
| * Change OpenStack LLC to FoundationZhiQiang Fan2013-09-201-1/+1
* | Pool memcache connectionsChuck Thier2013-10-021-9/+71
|/
* Pep8 unit test modules for hacking and one liners (4 of 12)Peter Portante2013-09-011-3/+4
* close socket on exceptionsDavid Goetz2013-05-211-0/+8
* Cleanup of file permissionsChuck Thier2013-02-151-0/+0
* Swift MemcacheRing (set) interface is incompatible fixesTong Li2013-02-131-3/+14
* Use a delta timeout for memcache where possiblePeter Portante2012-11-161-2/+37
* Fix pep8 issues in test_memcached.py.Alex Yang2012-09-051-13/+24