Closed (fixed)
Project:
Drupal core
Version:
main
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Feb 2026 at 01:23 UTC
Updated:
13 Mar 2026 at 01:55 UTC
Jump to comment: Most recent
Comments
Comment #3
quietone commentedThere is a reference in a comment in Migrate Drupal which is relevant to the use of source_module, so worth keeping in Migrate Drupal.
Comment #4
quietone commentedComment #5
quietone commentedComment #7
smustgrave commentedI pushed one change. I would assume when installAllModules() is called it should also skip obsolete modules. But there are still tests failing and I don't want to hijack this from @quietone
Comment #8
quietone commentedThe changes to the tests in the last few commits would be better in a separate issue. This removal is merely exposing the problem with those tests.
Comment #9
smustgrave commentedThat's up to you! I'm willing to mark this one though.
Think just need to update GenericTestExistsTest
Comment #10
quietone commentedPostponed on #3575871: Most tests should not try to install obsolete modules
Comment #11
quietone commented#3575871: Most tests should not try to install obsolete modules has been committed. I restarted the tests.
Comment #12
catchOne comment on the MR.
Comment #13
smustgrave commentedGoing to cause a lot of merge conflicts with the baseline removals but worth it :)
Removal LGTM
Comment #14
catchCommitted/pushed to main, thanks!
Comment #18
quietone commentedWe all missed this step in the Issue summary. I have resolved that by adding it to the Migrate Drupal removal. #3572280: Remove Migrate Drupal