Problem/Motivation
We can save one install of Drupal during test runs pretty easily by consolidating two test methods into one.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3462556
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 #2
catchBefore:
After:
Only saves about 5 seconds, but seeing if we still need group #slow to stop it overhanging other tests now.
Comment #4
catchTest shows up in the middle of the run on https://git.drupalcode.org/project/drupal/-/jobs/2167447 so enough to remove group #slow for me.
Comment #5
smustgrave commentedSeems straightforward and no coverage loss.
Comment #6
longwaveCommitted and pushed 63bc78c2d4 to 11.x and ee32e930be to 11.0.x and a8bb272ff9 to 10.4.x and 9320092df7 to 10.3.x. Thanks!
Comment #11
longwave