Problem/Motivation

Due to https://www.drupal.org/node/3355227, HEAD is failing tests.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon 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

heddn created an issue. See original summary.

  • heddn committed 06f7c54b on 6.0.x
    Issue #3413533 by heddn: Fix failing tests on HEAD
    
heddn’s picture

Status: Active » Fixed
wim leers’s picture

I'm working on making https://www.drupal.org/project/acquia_migrate work on Drupal 10.2.

It took me hours to track down a regression that turns out to have been caused by #3335768: Manually clear cache keys from plugin managers with finite variations instead of using cache tags, because there were no BC layers or deprecations in place.

Then I wanted to create a merge request since Migrate Plus 6.0.1 is still affected by this. But in HEAD, it's already fixed:

    \Drupal::service('plugin.manager.migration')->clearCachedDefinitions();

was added by this MR!

Any chance you can tag a new release? 😊🙏

Status: Fixed » Closed (fixed)

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