wiki.techinc.nl/tests/phpunit/includes/libs/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
..
APCUBagOStuffTest.php objectcache: Split out BagOStuffTestBase class for easier subclassing 2020-06-13 20:15:23 +00:00
BagOStuffTestBase.php SqlBagOStuff: Fix modtoken comparison 2022-08-19 11:11:58 +10:00
HashBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
MemcachedPeclBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
MemcachedPhpBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
MultiWriteBagOStuffTest.php objectcache: Remove unused WRITE_SYNC flag 2022-08-02 17:05:26 -07:00
RedisBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
RESTBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00
WinCacheBagOStuffIntegrationTest.php Improve ObjectCache integration tests 2022-02-11 10:20:33 +11:00