[MCR] Set MCR migration stage to write-both/read-new.
authordaniel <daniel.kinzler@wikimedia.de>
Wed, 4 Jul 2018 13:39:24 +0000 (15:39 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Tue, 11 Sep 2018 10:27:42 +0000 (12:27 +0200)
commit9bd162dce2c8deae722ffed4111f69e24ae07f03
treede5353ba187e58cc95ffb3e0d7bd9d6a5c4bd207
parent452c71663bd143b74af1af7c88d423b4178cfff5
[MCR] Set MCR migration stage to write-both/read-new.

This patch exists to see if CI passes with
$wgMultiContentRevisionSchemaMigrationStage set to
SCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_NEW.

NOTE: verify that $wgMultiContentRevisionSchemaMigrationStage
is explicitly set toSCHEMA_COMPAT_WRITE_BOTH | SCHEMA_COMPAT_READ_OLD
in production config (T197816) before merging this.

Bug: T198561
Depends-On: Ib718868d2c768b6ea851355eef047bc0e6593495
Change-Id: I15989adae2b5916577d164c50d7da88774e49324
includes/DefaultSettings.php
includes/Revision.php
tests/phpunit/includes/Storage/RevisionStoreTest.php
tests/phpunit/includes/content/TextContentTest.php
tests/phpunit/includes/content/WikitextContentTest.php