Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Dec 2025 at 11:39 UTC
Updated:
14 Feb 2026 at 04:09 UTC
Jump to comment: Most recent
Comments
Comment #2
catchComment #6
smustgrave commentedRe-ran the tests 3 times but they are green. Some media test just didn't want to play along.
Tried to update the summary best I could but may need a tweak. But performance reduction speaks for itself.
Comment #7
alexpottNeeds a reroll because there are MR conflicts.
Comment #8
catchRebased.
Comment #9
alexpottThis MR is causing failures in
core/modules/media/tests/src/FunctionalJavascript/MediaSourceFileTest.phpand another JS test somehow... reproduced the fails locally.Comment #10
alexpottI think we're missing a static cache reset in \Drupal\Core\Entity\EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition
Comment #11
catchBack to green. I switched from = NULL to unset() which doesn't do anything but looks nicer to me, and added an unset where it was missing.
Comment #12
alexpottCommitted and pushed 43a14ed5f0c to main and 8b9a7e5d8a6 to 11.x. Thanks!