Page MenuHomePhabricator

Testswarm seems to be broken
Closed, ResolvedPublic

Description

It gives me this error instead of running the tests:

A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script
Query: DELETE FROM l10n_cache WHERE lc_lang = 'en'
Function: LCStore_DB::startWrite
Error: 14 unable to open database file


Version: unspecified
Severity: normal

Details

Reference
bz36167

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:19 AM
bzimport set Reference to bz36167.
bzimport added a subscriber: Unknown Object (MLST).

SQLite needs the directory holding the database file to be writable as well.

I have fixed issue on gallium by using chmod */* g+w.

The build script is fixed by adding a chmod line https://gerrit.wikimedia.org/r/5600