The expected value of FileBackendGroup::config()['srvCache'] was being
obtained from MediaWikiServices::getLocalServerObjectCache(), but the
class actually used ObjectCache::getLocalServerInstance( 'hash' ). It
happens these are often the same, so it passed the gate-and-submit jobs,
but it's causing failures on Travis CI.
Follow-up to
|
||
|---|---|---|
| .. | ||
| lockmanager | ||
| FileBackendGroupIntegrationTest.php | ||
| FileBackendTest.php | ||
| HTTPFileStreamerTest.php | ||
| SwiftFileBackendTest.php | ||