wiki.techinc.nl/tests/phpunit/includes/cache
daniel 3620931e69 Fix MessagecacheTest::testLoadFromDB_fetchLatestRevision
This re-enables the "flaky" testLoadFromDB_fetchLatestRevision which
was disabled because it failed on random patches for no apparent
reason, as documented in T219042.

The reason was an invalid timestamp in the test data, which caused
the timestamp to default to "now", which was "sometimes" newer than
the timestamp of the revision immediately created before.

Bug: T219042
Bug: T218918
Change-Id: I38f4816b2dc735a7698626c7e3fe4a93ec95a9d1
2019-03-25 11:37:30 +00:00
..
GenderCacheTest.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
LocalisationCacheTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
MessageCacheTest.php Fix MessagecacheTest::testLoadFromDB_fetchLatestRevision 2019-03-25 11:37:30 +00:00