Closed (fixed)
Project:
Drupal core
Version:
10.3.x-dev
Component:
ckeditor5.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jul 2024 at 01:33 UTC
Updated:
13 Aug 2024 at 20:54 UTC
Jump to comment: Most recent
Comments
Comment #2
catchThis moves around half the methods in the test to protected methods - mostly the ones that don't change any configuration. On my local ddev it reduces runtime from just under 3 minutes to around 2m 30s, but it's very different on gitlab with concurrency - hopefully can get an idea from the test run.
Comment #4
catchDoesn't reduce the overall job time yet, but finished seventh from last on https://git.drupalcode.org/project/drupal/-/jobs/2210968
Comment #5
catchSourceEditingTestcompleting in about 1/6 the time with a foreach loop instead of a data provider.Before:
After:
Comment #6
catchhttps://git.drupalcode.org/project/drupal/-/jobs/2211630 down to 3m26 seconds from around 4m10s now.
Comment #7
smustgrave commentedThis one took a little longer to review but don't believe any coverage has been lost.
Comment #13
nod_Committed and pushed 2d94b30e56 to 11.x and a43be0945b to 11.0.x and a8ea546de2 to 10.4.x and c598215b8c to 10.3.x. Thanks!