Fixed
Project:
Drupal core
Version:
11.3.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 May 2026 at 08:15 UTC
Updated:
7 May 2026 at 22:42 UTC
Jump to comment: Most recent
We have ranges on these assertions in performance tests so that small CSS/JS changes don't require updating every time, but we still end up with a lot of updates and commit conflicts, I think we should double the range or so and see how it goes.
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
catchComment #4
finnsky commentedThis will be the most useful change in Drupal core! :) Thanks!!
Comment #5
catchWhat I'm hoping with this is that smaller changes won't have to change these number at all, that means nothing to conflict with when bigger changes need to. Bigger changes will still conflict with each other, but that's unfortunately more or less inherent unless we come up with another way.
Comment #6
nod_yes please :)
Comment #7
alexpottCommitted and pushed f6103006dd5 to main and 41d0af94cf7 to 11.x and 745ffb73a49 to 11.3.x. Thanks!
Backported to 11.3.x to make backports easier. Test-only be definition.