wiki.techinc.nl/tests/phpunit/includes/libs/objectcache
Aaron Schulz f50ea02994 objectcache: simplify WAN cache unwrap() method by removing FLG_STALE
Instead, make the "high read lag with lockTSE" case just lower FLD_TTL.
This also avoids constant regenerations by threads getting the mutex.

Added logging for TTL adjustments in set() for the lockTSE case.

Also remove some delete() calls from tests that were not needed.

Change-Id: Id7695f0377235e4a2f6e0efc88e870c8a990c3b0
2019-02-27 18:57:45 +00:00
..
BagOStuffTest.php objectcache: make BagOStuff::mergeViaLock() timeout more sensible 2018-07-12 16:02:38 +01:00
CachedBagOStuffTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
HashBagOStuffTest.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
MultiWriteBagOStuffTest.php Add missing @covers to backend related tests 2019-02-01 22:08:32 +01:00
ReplicatedBagOStuffTest.php doc: Modernise parameter names and documentation for 'replica' DBs 2018-10-31 10:36:48 -07:00
WANObjectCacheTest.php objectcache: simplify WAN cache unwrap() method by removing FLG_STALE 2019-02-27 18:57:45 +00:00