wiki.techinc.nl/tests/phpunit/includes/utils
Aaron Schulz db0b9ef264 Make WANObjectCache sets account for slave lag
* This gets lag information that is useful when
  the calling code is about to run queries that
  will have their results cached.
* This is now used in place of trxTimestamp() for
  WANObjectCache set() and getWithSetCallback().
* The WAN cache will use a low TTL if the lag is
  too high to avoid caching stale data for weeks.
* Bumped MAX_COMMIT_DELAY as nothing enforces it.

Bug: T113204
Change-Id: I2a95b4088cff42d6e980351555f81a4b13519e24
2015-10-05 16:45:13 -07:00
..
AvroValidatorTest.php
BatchRowUpdateTest.php Make WANObjectCache sets account for slave lag 2015-10-05 16:45:13 -07:00
FileContentsHasherTest.php
IPTest.php
MWCryptHashTest.php Add @codingStandardsIgnoreStart to 5 files under tests/phpunit/includes 2015-10-03 12:30:29 +00:00
MWCryptHKDFTest.php Add @codingStandardsIgnoreStart to pass phpcs in 2 files in tests/phpunit/includes 2015-10-01 18:45:28 +00:00
UIDGeneratorTest.php
ZipDirectoryReaderTest.php