wiki.techinc.nl/tests/phpunit/includes/libs
Bryan Davis 450bb6723d BagOStuff: Optionally log duplicate key lookups
Add new 'reportDupes' parameter to BagOStuff. This parameter enables scheduling
of a callback after the current web request ends. This callback will emit warning
log messages for all keys that were requested more than once.

The default ObjectCache factory for MediaWiki enables this option by default.
Not by default for plain BagOStuff instances, however. E.g. `new HashBagOStuff()`.

It also set 'asyncHandler' for all classes now (not just MultiWriteBagOStuff).

Bug: T128125
Co-Authored-By: Timo Tijhof <krinklemail@gmail.com>
Change-Id: I8a2b06cf54d2acf5950eed71756ecdf50e224be1
2016-04-22 04:21:20 +00:00
..
composer Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
objectcache BagOStuff: Optionally log duplicate key lookups 2016-04-22 04:21:20 +00:00
ArrayUtilsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CSSMinTest.php Swap the rest of array() -> [] 2016-03-30 22:04:58 +00:00
DeferredStringifierTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
GenericArrayObjectTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HashRingTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
IEUrlExtensionTest.php IEUrlExtension: Add tests for the main use case the lib exists for 2015-08-28 13:30:31 +02:00
JavaScriptMinifierTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MemoizedCallableTest.php MemoizedCallable: Add test for memoized closure 2016-03-08 16:42:21 +00:00
MWMessagePackTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ObjectFactoryTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ProcessCacheLRUTest.php Add missing namespace to @covers comments 2016-02-23 03:56:49 +00:00
SamplingStatsdClientTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
StringUtilsTest.php Clean up after "Kill mbstring fallbacks" 2016-04-07 09:02:37 -04:00
TimingTest.php Timing: Fix flaky TimingTest test 2016-02-18 21:06:34 +00:00
XhprofTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
XmlTypeCheckTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00