wiki.techinc.nl/tests/phpunit/includes/Storage
daniel e1f8a8148d SqlBlobStore HOT FIX: remove caching from getBlobBatch
This is a TEMPORARY HACK to fix a problem with cached values
getting mixed up when using getBlobBatch(). As of the creation of this
patch, the actual cause is unknown. Caching should be put back once the
cause of the problem has been found.

Note that getBlobBatch is only used in maintenance scripts.
Removal of caching in that method has no effect on web requests.

getBlobBatch() was introduced in I56306c50a661 and is used by
RevisionStore::getContentBlobsForBatch(), which in turn is needed
by the Translate extension to remove its dependency on the deprecated
rev_text_id field.

Bug: T235188
Change-Id: I94c6f9ba7b9caeebaa9b055916f15f7bbdcd8fb6
2019-10-16 23:02:52 +00:00
..
BlobStoreFactoryTest.php storage: rename various $wikiId fields/parameters to $dbDomain 2019-06-28 00:57:04 +00:00
DerivedPageDataUpdaterTest.php tests: Prefer assertSame() when comparing the integer 0 2019-09-19 15:35:23 +00:00
NameTableStoreFactoryTest.php Update tests to use PHPUnit 6 class names 2019-10-06 01:01:28 -07:00
NameTableStoreTest.php Merge "NameTableStore: ensure consistency upon rollback." 2019-10-10 15:40:17 +00:00
PageUpdaterTest.php Fix @param tags 2019-02-03 16:49:10 +01:00
RevisionSlotsUpdateTest.php Replace setExpectedException with single arg 2019-10-05 17:39:46 +02:00
SqlBlobStoreTest.php SqlBlobStore HOT FIX: remove caching from getBlobBatch 2019-10-16 23:02:52 +00:00