wiki.techinc.nl/tests/phpunit/includes/objectcache
Matthias Mullie 8ca796ea99 Fix Memcached key decode
Flow had a key: flowdb:flow_ref:wiki:by-source:v3:Parser\'s_"broken"_+_(page)_&_grill:testwiki:1:4.7
the '+' in there was not being encoded (it only does /[\x00-\x20\x25\x7f]+/)
but coming back, it was decoded into ' '.
getMulti() shows a key=>value array or results. Since key was different,
we couldn't find what we had requested.

Bug: T110326
Change-Id: Ia92edd73d0eb7fe0d35e38e7e7af8174fb85cbcc
2015-09-28 19:37:53 +02:00
..
BagOStuffTest.php Fix Memcached key decode 2015-09-28 19:37:53 +02:00
MultiWriteBagOStuffTest.php Support async writes to secondary MultiWriteBagOStuff stores 2015-09-18 21:35:43 -07:00
ReplicatedBagOStuffTest.php objectcache: Add tests for ReplicatedBagOStuff 2015-06-24 20:17:18 +01:00
WANObjectCacheTest.php objectcache: Add WANObjectCache::resetCheckKey() method 2015-07-13 21:25:20 +00:00