Default $wgActorTableSchemaMigrationStage to SCHEMA_COMPAT_NEW
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 4 Apr 2019 19:23:41 +0000 (15:23 -0400)
committerGergő Tisza <gtisza@wikimedia.org>
Wed, 1 May 2019 00:48:54 +0000 (00:48 +0000)
commitd16d8bdf0747ee35965fd921f6adb38ca65fd5e2
tree044d1b2d2bd17497a6c37a8f66db058b4d28ae26
parent504ab69c606df98629a9a21a54bb9b55aa37a08e
Default $wgActorTableSchemaMigrationStage to SCHEMA_COMPAT_NEW

Probably good to start testing this in CI sometime soon.

This also updates a bunch of tests that were forcing an older stage to
force SCHEMA_COMPAT_NEW instead, or to test both ways (until a future
patch removes the _OLD version).

Bug: T188327
Change-Id: Icb9b55cb9d754f2d30d6883005658b9670834756
includes/DefaultSettings.php
tests/phpunit/includes/ActorMigrationTest.php
tests/phpunit/includes/Revision/RevisionStoreDbTestBase.php
tests/phpunit/includes/RevisionDbTestBase.php
tests/phpunit/includes/RevisionTest.php
tests/phpunit/includes/api/query/ApiQueryUserContribsTest.php
tests/phpunit/includes/page/PageArchiveMcrTest.php
tests/phpunit/includes/page/PageArchivePreMcrTest.php
tests/phpunit/includes/page/PageArchiveTestBase.php
tests/phpunit/includes/specialpage/ChangesListSpecialPageTest.php
tests/phpunit/includes/user/UserTest.php