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 Remove $this reference in static method 2015-09-23 21:08:36 +00:00
BatchRowUpdateTest.php Make WANObjectCache sets account for slave lag 2015-10-05 16:45:13 -07:00
FileContentsHasherTest.php Move FileContentsHasher into includes/utils/ 2015-09-24 18:27:28 -07:00
IPTest.php Fixed spacing 2015-06-17 20:22:32 +00:00
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 Replace use of assertType with assertInternalType and assertInstanceOf 2015-04-09 01:15:44 -04:00
ZipDirectoryReaderTest.php Use PHPUnit_Framework_TestCase in a few utils/ tests 2014-12-29 20:56:47 -08:00