wiki.techinc.nl/tests/phpunit/includes/objectcache
Tim Starling 3cabe8bf8a SqlBagOStuff: Fix modtoken comparison
String offsets in MariaDB are 1-based, except in "Oracle compatible"
mode. SUBSTR(modtoken,0,13) was always the empty string and so the
modtoken comparison was always true. I was able to reproduce a failure
to reach consistency using ring replication.

Add regression test.

Bug: T315271
Change-Id: I74e54e8aba44505dd04426c12d91a9ea0de17f22
2022-08-19 11:11:58 +10:00
..
ObjectCacheTest.php Migrate usage of setMwGlobals() to overrideConfigValue(s) 2022-08-01 06:16:22 +01:00
SqlBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
SqlBagOStuffMultiPrimaryIntegrationTest.php SqlBagOStuff: Fix modtoken comparison 2022-08-19 11:11:58 +10:00
SqlBagOStuffServerArrayTest.php objectcache: Simplify SqlBagOStuff class configuration 2022-05-27 15:04:43 +00:00