Closed (fixed)
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2026 at 11:52 UTC
Updated:
17 Mar 2026 at 18:35 UTC
Jump to comment: Most recent
After #3572280: Remove Migrate Drupal we have a lot less kernel tests to run.
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 #2
catchPostponed on #3572280: Remove Migrate Drupal
Comment #3
catchNo longer postponed.
Comment #5
mondrakeLGTM
Comment #6
catchI've been seeing a lot of very slow pipelines recently, but if you look at https://git.drupalcode.org/project/drupal/-/pipelines/758280/builds you can see that while the Kernel jobs take about 5 minutes, functional and functional js jobs take about 10 minutes, so this definitely doesn't turn kernel tests into a problem on the slower runs. On faster runs I'd hope it also doesn't turn them into a problem but we'd actually need to get one to find out.
Comment #7
longwaveThese two might help a bit with overall functional test times:
#3572055: Fix skip for unsupported methods on REST tests
#3575888: Combine HTTP method tests in EntityResourceTestBase
Comment #8
longwaveCommitted and pushed 589e3dd712a to main. Thanks!