wiki.techinc.nl/tests/phpunit/includes/libs/objectcache
daniel f50240fe76 User: enforce pingLimiter() expiry time
This makes User::pingLimiter() include the expiry time in the payload of
the cache key that holds the current count. This allows us to ignore
stale counts.

Until now, we have been relying on the cache implementation to expire
the relevant keys in time. This however seems to fail sometimes.

Bug: T246991
Change-Id: Ifa3c558b4449f1ca133d0064781f26ac1bf59425
2020-09-03 15:57:01 +00:00
..
APCUBagOStuffTest.php objectcache: Split out BagOStuffTestBase class for easier subclassing 2020-06-13 20:15:23 +00:00
BagOStuffTest.php objectcache: Split out BagOStuffTestBase class for easier subclassing 2020-06-13 20:15:23 +00:00
BagOStuffTestBase.php User: enforce pingLimiter() expiry time 2020-09-03 15:57:01 +00:00
CachedBagOStuffTest.php build: Bump mediawiki-codesniffer to 31.0.0 2020-05-30 14:56:28 +00:00
HashBagOStuffTest.php build: Bump mediawiki-codesniffer to 31.0.0 2020-05-30 14:56:28 +00:00
MultiWriteBagOStuffTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
WANObjectCacheTest.php Fix tests/ PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 04:30:21 +01:00