On 28 November 2012 23:54, Platonides Platonides@gmail.com wrote:
On 28/11/12 12:28, Niklas Laxström wrote:
- Running of PHPUnit tests is currently broken
Why?
Because of https://bugzilla.wikimedia.org/42529
There is also one test failure I don't know to fix. The test is marked as databaseless but it runs a hook in Translate that accesses a database table. 1) ExtraParserTest::testBug8689 DBQueryError: 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: SELECT tmi_value FROM translate_messageindex WHERE tmi_key = '0:unit_test' LIMIT 1 Function: DatabaseMessageIndex::get Error: 1 no such table: translate_messageindex
-Niklas
Niklas Laxström