- Issue created by @catch
- last update
about 1 year ago 30,205 pass - @catch opened merge request.
- Status changed to Postponed
about 1 year ago 8:32am 24 September 2023 - last update
about 1 year ago 30,205 pass - Status changed to Closed: duplicate
about 1 year ago 3:22pm 24 September 2023 - 🇬🇧United Kingdom catch
Doesn't affect the random failure so no point splitting this.
- Status changed to Needs work
about 1 year ago 8:29pm 4 October 2023 - 🇬🇧United Kingdom catch
Actually there's a good reason to do this.
In 📌 Investigate realistic resource requests for core jobs Active we want to reduce the resources used for test runners to a minimum reasonable point.
If we compare https://git.drupalcode.org/project/drupal/-/jobs/143679 (Test run duration: 4 min) and https://git.drupalcode.org/project/drupal/-/jobs/143680 (Test run duration: 3 min 46 sec) they are not dramatically different, but if we constrain resources it's possible they'll diverge more.
If we tag the slow tests, it'll equally distribute the longest running tests between the two jobs and balance them more, hopefully.