Closed (fixed)
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2026 at 11:45 UTC
Updated:
29 Jan 2026 at 09:04 UTC
Jump to comment: Most recent
The main branch has been opened but there are a handful of test failures to solve.
https://git.drupalcode.org/project/drupal/-/pipelines/711592
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 #3
longwavePipeline is green.
Comment #4
catchCommitting this from needs review to try to get
mainto a green pipeline. Nothing controversial in here hopefully, retrospective reviews would be appreciated though.Comment #8
dcam commentedI looked at it. It's disappointing that we can't use
dev-mainin those Composer requirements because that means it's just one more thing we have to keep up to date with versions. I'm not deeply familiar with how the Composer scaffolding works, but I can see howdev-mainjust wouldn't work there. It makes sense to me.Comment #9
longwaveAgreed, it should work, and perhaps we just need an alias adding somewhere, but the test is slightly contrived - it wants to test as if it were a release branch, even though it's not - so I was wary of altering the test at all here in case I broke it in a different way. As a tradeoff we only have to update some numbers once every two years, so effort in fixing this is probably better spent elsewhere.
Comment #10
dcam commentedAgreed. I'd rather see us move forward with switching to the main branch sooner rather than hold it up for something that's so easily handled.
Comment #11
dwwNot sure if we should re-open this and resolve here, or handle it in separate issues, but I still can't get a core MR to run tests against
main.https://git.drupalcode.org/project/drupal/-/merge_requests/14347/pipelines
First, the issue fork branch was off
11.xwhile the MR defaulted to targetingmain. That led to all the jobs failing incomposer validatewith:https://git.drupalcode.org/issue/drupal-3567589/-/pipelines/712207
Then, I rebased to
main, tried again. Now, thanks to.gitlab-ci.yml, we're trying to installdrupal/config_inspectorbut there's no D12 release:https://git.drupalcode.org/issue/drupal-3567589/-/pipelines/712242
Comment #12
andypostCurious why composer complains/fail for `main` branch when it should be reported as
dev-mainComment #13
longwave@andypost link to the MR/CI job where that happened?