Fix the tests on the 8.x-1.x branch as it's blocking other changes.

Against 9.1: https://www.drupal.org/pift-ci-job/1944727

1) Drupal\Tests\metatag\Kernel\Migrate\d7\MetatagDefaultTest::testMetatag
PHPUnit\Framework\Exception: PHP Fatal error: Uncaught Exception: Serialization of 'Closure' is not allowed in Standard input code:89

Against 8.9: https://www.drupal.org/pift-ci-job/1944726

1) Drupal\Tests\metatag\Kernel\Migrate\d7\MetatagDefaultTest::testMetatag
Migration failed with source plugin exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'jenkins_drupal_contrib_342522.test119540620metatag_config' doesn't exist: SELECT m.instance AS instance, m.config AS config
FROM
{metatag_config} m; Array
(
)
in /var/www/html/core/lib/Drupal/Core/Database/Connection.php line 701
Failed asserting that false is true.

CommentFileSizeAuthor
#2 metatag-n3193523-2.patch4.51 KBdamienmckenna

Comments

DamienMcKenna created an issue. See original summary.

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new4.51 KB

Somehow two files were added to the commit for #3158186: Replace usages of assertions that are deprecated. that weren't actually in that patch. Whoops.

This removes the three files that shouldn't have been included.

damienmckenna’s picture

  • DamienMcKenna committed 673491d on 8.x-1.x
    Issue #3193523 by DamienMcKenna: Removed files accidentally committed.
    
damienmckenna’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.