Closed (fixed)
Project:
Drupal core
Version:
10.5.x-dev
Component:
link.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Jun 2025 at 00:30 UTC
Updated:
15 Jul 2025 at 01:34 UTC
Jump to comment: Most recent
Comments
Comment #7
xjmAdding credits for folks who contributed to the development and review of the tests on the private issue.
Comment #9
xjmComment #10
xjmLooks like the string typehinting worked. However, I found a newer version of the tests with additional test coverage in a private repo that was not posted to the private issue as directly. Will update the MR shortly.
Comment #13
xjmAdding credits from additional reviewers on the private MR.
Comment #14
xjmComment #15
xjmThe things are green. I gave the tests a quick once-over and they look in order to me.
Comment #16
xjm.
Comment #17
xjmForgot the tag.
Comment #20
smustgrave commentedOpened an MR with 2024-004 revert
Unit test fails with
kernel tests don't run is it needed to opened a 3rd MR without the unit test?
Comment #22
smustgrave commentedDeleted the Unit test from my MR since we saw it fail, lets see if the kernel does now.
Comment #23
smustgrave commentedkernel failed
MenuLinkTest failed with
So believe this shows the test coverage is good
Comment #24
xjmSaving credits. Nice work on the tests.
Comment #28
catchCommitted/pushed to 11.x and cherry-picked to 11.2.x, since this cherry-picked cleanly also cherry-picked back to 10.6.x - it might help if we need to adjust this again and backport that, thanks!
Comment #31
xjmI think this also belongs in 10.5.x, but after having had an oopsidaisy with the other issue, will double-check the pipeline first.
Comment #32
xjmI think this might be broken on 10.6.x, so let's try a revert and a 10.6.x MR.
Comment #35
xjmApparently it was unrelated. So let's try again with the backport to 10.6.x and 10.5.x.
Comment #36
xjmComment #38
xjmBoth backports pass, so it was still lingering issues from the other bad backports. So, committing these backports now.
Comment #41
xjmBack to fixed, this time providing test coverage on all four branches. Thanks!