objectcache: Make WANObjectCache interim caching not interfere with ChronologyProtector
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 29 Nov 2017 04:39:47 +0000 (20:39 -0800)
committerKrinkle <krinklemail@gmail.com>
Thu, 30 Nov 2017 23:54:22 +0000 (23:54 +0000)
commite90eafdf6107d4e49c9c20f6310d1d6ee5f5c47f
tree4e6cf66e308235b471b94d50c8d330f52bdff0da
parent929072a0c244d166be5c5359ad020956a806544e
objectcache: Make WANObjectCache interim caching not interfere with ChronologyProtector

Also removed useless line from testLockTSE(). That would have needed
to be using $this->internalCache and those locks are freed immediately.

Bug: T180035
Change-Id: Ida1a923f779aaf8410da76643457d2200da6cb20
includes/Setup.php
includes/libs/objectcache/WANObjectCache.php
tests/phpunit/includes/libs/objectcache/WANObjectCacheTest.php