Problem/Motivation
The Migration test is failing.
Steps to reproduce
PHP Fatal error: Declaration of Drupal\Tests\statistics\Functional\migrate_drupal\d6\NoMultilingualReviewPageTest::testMigrateUpgradeReviewPage() must be compatible with Drupal\Tests\migrate_drupal_ui\Functional\NoMultilingualReviewPageTestBase::testMigrateUpgradeReviewPage(): void in /builds/issue/statistics-2962763/tests/src/Functional/migrate_drupal/d6/NoMultilingualReviewPageTest.php on line 46
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork statistics-3510543
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
bluegeek9 commentedComment #4
fgmThat will need more info : it did not fail on CI during release. What is the environment in which you encounter that failure ?
Comment #5
bluegeek9 commentedThe tests fail on Drupal 11.2. You can see the tests fail in the pipeline below.
https://git.drupalcode.org/issue/statistics-2962763/-/pipelines/438021
Comment #6
bluegeek9 commentedYou can schedule pipelines here: https://git.drupalcode.org/project/statistics/-/pipeline_schedules
I recommend testing weekly.
Comment #7
joachim commentedFailing tests are a bug -- they prevent all other work on the code!
Comment #8
joachim commentedLots of other functional tests are failing too -- we should probably widen the scope here, since if we tackle in separate issues we can't get a green on the MR.
Comment #9
joachim commentedOops, I stand corrected!
In which case this maybe just needs a rebase.
Comment #10
joachim commentedComment #11
joachim commentedI think since I just did a basic reroll, I can RTBC this.
Comment #13
fgmMerged to dev HEAD, thanks to you both.