Page MenuHomePhabricator

Update list of needed database tables in parser tests for new comment table
Closed, ResolvedPublic

Description

I have set $wgCommentTableSchemaMigrationStage = MIGRATION_WRITE_NEW in my LocalSettings.php.
When running php tests\parser\parserTests.php --quiet it fails with some database errors, because the new comment table and some other tables are not cloned on the parser test run.

ParserTestRunner::listTables needs some table names. I have no idea what is happen when the list contains non existing tables for the old developer installation.

Event Timeline

Change 403834 had a related patch set uploaded (by Umherirrender; owner: Umherirrender):
[mediawiki/core@master] List new comment tables in ParserTestRunner

https://gerrit.wikimedia.org/r/403834

Change 403834 merged by jenkins-bot:
[mediawiki/core@master] List new comment tables in ParserTestRunner

https://gerrit.wikimedia.org/r/403834

Umherirrender claimed this task.
Umherirrender triaged this task as Medium priority.