objectcache: clean up MemcachedBagOStuff expiry handling
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 8 Aug 2019 16:38:55 +0000 (09:38 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 10 Aug 2019 19:12:12 +0000 (12:12 -0700)
commit49025f52b2865c771dc3270e5e29122e8d52a46b
treea7bf067c01d1ac9f17d34637bb6105a95a87ab76
parentaeddac29f8fbaab244d5199255a87ac032241189
objectcache: clean up MemcachedBagOStuff expiry handling

Partly a follow-up to 88640fd902900.

Use real time in changeTTL() tests to fix all remaining
failures for BagOStuff sub-classes.

Change-Id: I537d665d6c8770a68a5a79233a913f1714881dfb
includes/libs/objectcache/MediumSpecificBagOStuff.php
includes/libs/objectcache/MemcachedBagOStuff.php
includes/objectcache/ObjectCache.php
tests/phpunit/includes/libs/objectcache/BagOStuffTest.php