https://bugzilla.wikimedia.org/show_bug.cgi?id=69082
Bug ID: 69082
Summary: Gerrit 146683 broke `php tests/parserTests.php`.
Product: MediaWiki
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Unit tests
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
Web browser: ---
Mobile Platform: ---
`git bisect` shows that gerrit patch https://gerrit.wikimedia.org/r/146683
broke `php tests/parserTests.php`.
$ php tests/parserTests.php --quiet
This is MediaWiki version 1.24alpha (4c0871f).
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 `parsertest_l10n_cache` WHERE lc_lang = 'en'
Function: LCStoreDB::finishWrite
Error: 1146 Table 'mediawiki-dev.parsertest_l10n_cache' doesn't exist
(localhost)
PHP Notice: Uncommitted DB writes (transaction from LocalFile::recordUpload2).
in /home/cananian/Projects/Wikimedia/core/includes/db/Database.php on line 4188
PHP Notice: Uncommitted DB writes (transaction from LCStoreDB::finishWrite).
in /home/cananian/Projects/Wikimedia/core/includes/db/Database.php on line 4188
$
(Running maintenance/update.php has no effect)
Umherirrender says, "This breaks parser tests, because the new db connection
has the wrong prefix. CloneDatabase needs a callback in the LBFactory for new
connections?"
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l