- Issue created by @davidburns
- π³π΄Norway eiriksm Norway
Thanks for the patch, that looks very correct. ππ
However, the steps to reproduce seem inaccurate? And the suggested fix does not align with what is the proposed solution? Based on the content of the text it seems to be generated by some LLM, so not surprised about this inaccuracy π€
For sure we have tests that covers exactly the steps to reproduce. So I feel pretty confident that is not the case. Which makes also the patch and issue hard to QA and verify.
In addition. Once we have actual accurate steps to reproduce it should be easy to add a test for this as well.
So the status is "needs work" based on
- needs steps to reproduce
- needs test
- needs issue summary updateThanks for the contribution! π
- πΊπΈUnited States davidburns Philadelphia
Hi @eiriksm,
You are correct that I used AI to generate the ticket description.
The only piece that was really missing from the description was that linkchecker was working fine up until I ran the committed codebase through PHPCS and PHPSTAN then fixed a massive amount of coding standards in custom themes and modules. I committed the code to the git provider where all our checks and tests run. The test that failed was when it ran cron on our Tugboat environment. I was able to confirm this error when I ran cron locally with the latest database. The site the test ran on did have A LOT of broken links across many different entity types and I didn't capture exactly where it failed.
After creating and applying this patch all tests and checks passed.