jenkins-bot has submitted this change and it was merged. Change subject: Fix Sqlite upgrade test when profiling to database is enabled ......................................................................
Fix Sqlite upgrade test when profiling to database is enabled The 'profiling' table is missing from expected tables when $wgProfileToDatabase is set to true, since patch-profiling.sql is applied while updating in this case. Change-Id: Iedbe72dca1deda728304fb95fe19ef3b4bdad8de --- M tests/phpunit/includes/db/DatabaseSqliteTest.php 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/41950 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iedbe72dca1deda728304fb95fe19ef3b4bdad8de Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: IAlex <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
