There were 4 failures: 1) Flow\Tests\Import\LiquidThreadsApi\ConversionStrategyTest::testCreateArchiveCleanupRevisionContent with data set #0 ('Blank input page', '{{Archive for converted LQT p...:0}}\n\n', '') Blank input page Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ '{{Archive for converted LQT page|from=Talk:Blue birds|date=2017-12-04}} {{#useliquidthreads:0}} + + +{{#useliquidthreads:0}} + ' /var/www/wiki/mediawiki/extensions/Flow/tests/phpunit/Import/LiquidThreadsApi/ConversionStrategyTest.php:143 /var/www/wiki/mediawiki/core/tests/phpunit/MediaWikiTestCase.php:416 /var/www/wiki/mediawiki/core/maintenance/doMaintenance.php:94 2) Flow\Tests\Import\LiquidThreadsApi\ConversionStrategyTest::testCreateArchiveCleanupRevisionContent with data set #1 ('Page containing lqt magic word', '{{Archive for converted LQT p...:0}}\n\n', '{{#useliquidthreads:1}}') Page containing lqt magic word Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ '{{Archive for converted LQT page|from=Talk:Blue birds|date=2017-12-04}} {{#useliquidthreads:0}} + + +{{#useliquidthreads:0}} + ' /var/www/wiki/mediawiki/extensions/Flow/tests/phpunit/Import/LiquidThreadsApi/ConversionStrategyTest.php:143 /var/www/wiki/mediawiki/core/tests/phpunit/MediaWikiTestCase.php:416 /var/www/wiki/mediawiki/core/maintenance/doMaintenance.php:94 3) Flow\Tests\Import\LiquidThreadsApi\ConversionStrategyTest::testCreateArchiveCleanupRevisionContent with data set #2 ('Page containing some stuff an...c word', '{{Archive for converted LQT p...qual.\n', 'Four score and seven years ag...\n 1\n}}') Page containing some stuff and the lqt magic word Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ '{{Archive for converted LQT page|from=Talk:Blue birds|date=2017-12-04}} {{#useliquidthreads:0}} + + +{{#useliquidthreads:0}} + Four score and seven years ago our fathers brought forth on this continent, a new nation, conceived in Liberty, and dedicated to the proposition that all men are created equal. ' /var/www/wiki/mediawiki/extensions/Flow/tests/phpunit/Import/LiquidThreadsApi/ConversionStrategyTest.php:143 /var/www/wiki/mediawiki/core/tests/phpunit/MediaWikiTestCase.php:416 /var/www/wiki/mediawiki/core/maintenance/doMaintenance.php:94 4) Flow\Tests\Import\Wikitext\ConversionStrategyTest::testShouldConvertLqt Normal non-LQT talk page should be converted Failed asserting that false matches expected true. /var/www/wiki/mediawiki/extensions/Flow/tests/phpunit/Import/Wikitext/ConversionStrategyTest.php:105 /var/www/wiki/mediawiki/core/tests/phpunit/MediaWikiTestCase.php:416 /var/www/wiki/mediawiki/core/maintenance/doMaintenance.php:94
This shows as
#!/usr/bin/env php Using PHP 7.1.11-0ubuntu0.17.10.1 PHPUnit 4.8.36 by Sebastian Bergmann and contributors. .......................................SS...................... 63 / 514 ( 12%) ............................................................... 126 / 514 ( 24%) ....................SSSS..........................FFF.......... 189 / 514 ( 36%) ............F.....SSSSSSSSSSSSSSSSSSSSSSSSSSSS................. 252 / 514 ( 49%) ............................................SSSSSSSSSS......... 315 / 514 ( 61%) ............................................................... 378 / 514 ( 73%) ..................................................SSSS......... 441 / 514 ( 85%) ............................................................... 504 / 514 ( 98%) .......... Time: 1.7 minutes, Memory: 96.00MB
And with LQT disabled, they're just skipped
reedy@ubuntu64-web-esxi:/var/www/wiki/mediawiki/core$ php tests/phpunit/phpunit.php extensions/Flow/tests/phpunit/ #!/usr/bin/env php Using PHP 7.1.11-0ubuntu0.17.10.1 PHPUnit 4.8.36 by Sebastian Bergmann and contributors. .......................................SS...................... 63 / 514 ( 12%) ............................................................... 126 / 514 ( 24%) ....................SSSS..........................SSS.......... 189 / 514 ( 36%) ............S.....SSSSSSSSSSSSSSSSSSSSSSSSSSSS................. 252 / 514 ( 49%) ............................................SSSSSSSSSS......... 315 / 514 ( 61%) ............................................................... 378 / 514 ( 73%) ..................................................SSSS......... 441 / 514 ( 85%) ............................................................... 504 / 514 ( 98%) .......... Time: 1.65 minutes, Memory: 96.00MB OK, but incomplete, skipped, or risky tests! Tests: 514, Assertions: 1301, Skipped: 52.