Reviewed & tested by the community
Project:
Drupal core
Version:
main
Component:
render system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2026 at 10:26 UTC
Updated:
8 Apr 2026 at 09:35 UTC
Jump to comment: Most recent
Comments
Comment #2
taran2lComment #3
taran2lComment #7
taran2lComment #8
taran2lComment #9
godotislateComing here from #3583187-8: [random test failure] DuplicateContextualLinksTest::testSameContextualLinks:
Not sure if these are the same issue, but can be investigated, and if not, we can open a separate issue.
Comment #10
amateescu commentedI checked this change on the test that was failing randomly and it does fix it! Working on a test that doesn't require a view to trigger the problem.
Comment #11
amateescu commentedPushed the test! It was quite tricky to determine all the conditions required to hit this problem: we need a block that's placeholdered so it renders in a Fiber, and the entity being rendered needs a formatted text field to create filter placeholders that cause the Fiber to suspend mid-render, allowing the other block's Fiber to start and hit the collision.
Comment #12
amateescu commentedComment #13
amateescu commentedTest-only pipeline fails as expected: https://git.drupalcode.org/project/drupal/-/jobs/9273587
Comment #14
taran2lhi @amateescu, great job on that test, looks solid to me! Basically it has everything now.
Comment #15
taran2lI think I can RTBC the test part, as @amateescu has confirmed that the fix part work as well