Fixed
Project:
Drupal core
Version:
main
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jul 2026 at 04:13 UTC
Updated:
4 Aug 2026 at 13:03 UTC
Jump to comment: Most recent
Top three slowest functional tests. It's only got three methods, two of them are over a minute each because the keep uninstalling and installing modules. So the easiest thing is to split one of them out to its own class.
171.070s Drupal\Tests\system\Functional\Module\NonStableModulesTest 3 passed
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
catchAs with all of these differences between gitlab runners make comparison hard, but encouraging anyway:
https://git.drupalcode.org/project/drupal/-/jobs/11159050
https://git.drupalcode.org/project/drupal/-/jobs/11159049
Comment #4
smustgrave commentedSeems like a good split. 3 seconds seems hard to notice but get enough of them it adds up I'm sure.
Comment #5
catchJust for the record it's 171s down to 38s + 32s. Although the individual tests should probably add back up to 171s if they were in the same machine. But it means this test won't run past the end of all the other tests that have already finished.
Comment #6
longwaveCommitted and pushed e5601044b24 to main. Thanks!