Problem/Motivation
One of the very slowest functional tests.
Steps to reproduce
Proposed resolution
Consolidate two methods that do assertions that don't have anything to do with actually running the updates into one method - this loads the database one less time.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3413730
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
Comment #3
catchhttps://git.drupalcode.org/project/drupal/-/jobs/606807
That works. Probably more we can do but the whole job is finishing faster with that small change.
Comment #4
catchComment #5
smustgrave commentedSingle file don't see any reason this would cause a problem.
Comment #6
longwaveCommitted and pushed 3b059f784e to 11.x and c0bfe53b07 to 10.2.x. Thanks!