- Issue created by @project update bot
- last update
8 months ago 21 pass This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
- last update
8 months ago 21 pass - last update
7 months ago 21 pass This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.1, cannot fix all Drupal 11 compatibility problems.
Therefore, these changes did not update the
info.yml
file for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-177898These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.1
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.1
- last update
7 months ago 21 pass - last update
6 months ago 18 pass, 2 fail This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-185727These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.1
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.1
- last update
6 months ago 18 pass, 2 fail The last submitted patch, 5: select_or_other.4.x-dev.rector.patch, failed testing. View results →
- First commit to issue fork.
- 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
That needs changes in the bot fork. In the moment #7 causes:
error: tests/src/Unit/.gitlab-ci.yml: No such file or directory
when trying to apply merge !13 on 2.0 dev - 🇪🇸Spain rodrigoaguilera Barcelona
I'm not sure I follow.
What needs to be done in the 4.x branch (I'm not aware of any 2.x branch) is to install it in a D11 base and then check the output of the browser in the failing tests. Strangely the browser output is not available for the gitlab-ci run as an artifact - 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
@rodrigoaguilera: sorry for the versioning typo confusion in my previous comment, too many bug fix tabs open atm. Of course I was referring to the 4.0 dev branch (edited my previous comment accordingly). It seems something is not in sync. Sadly I still suffer from some trouble I still have with the new Gitlab workflows to explain better. The last commit in !13 "Move gitlab-ci.yml to proper location." somehow causes now that the green !13 merge shown on top of this issue is not usable as patch against 4.x dev (like usual in such Automoated core compatibility issues) because it assumes gitlab-ci.yml at file path tests/src/Unit/.gitlab-ci.yml now. So it seems the merge is now off track from the dev branch and refers to the previous commits (if that makes sense)?
- 🇪🇸Spain rodrigoaguilera Barcelona
But I don't understand how is that an issue. There is a commit that creates a file in the wrong place and then another commit that moves it in the right place.
The cumulative patch should be applicable to the latest 4.x since the MR is rebased.
https://git.drupalcode.org/project/select_or_other/-/merge_requests/13.diffThe pipeline is green because it currently tests against Drupal 10.
The pipeline for Drupal 11 has some issues but "next major" is not a reason to fail the MR so it is still green. - 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
Sorry, missed your last comment.
But I don't understand how is that an issue.
No not an "issue" in that sense, really.
There is a commit that creates a file in the wrong place and then another commit that moves it in the right place.
Exactly. I just explained where I came from previously. So no worries. Thanks for keeping track on this and sorry if I confused you.
- 🇪🇸Spain rodrigoaguilera Barcelona
rodrigoaguilera → changed the visibility of the branch 3434446-automated-drupal-11 to hidden.
- 🇪🇸Spain rodrigoaguilera Barcelona
Thank you dqd for clarifying
I run manually the steps of the test on a D11 installation and it was throwing an signature compatibility error when saving nodes.
Fixed the signature in MR13Opt-in to the next major is not the default anymore so I enabled it on explicitly
https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes...But now the current is D11 so phpunit is running with D11 and it is green, therefore I think this is ready for review.
- Status changed to Needs review
2 days ago 11:29am 2 December 2024 - ivnish Kazakhstan
https://git.drupalcode.org/issue/select_or_other-3434446/-/jobs/3062446
Some tests has deprecations. I think needs to investigate and fix it
- 🇪🇸Spain rodrigoaguilera Barcelona
rodrigoaguilera → changed the visibility of the branch project-update-bot-only to hidden.
- 🇪🇸Spain rodrigoaguilera Barcelona
I fixed the deprecations but now there is some tests failures. Need a deeper look. I can't right now
- 🇪🇸Spain rodrigoaguilera Barcelona
rodrigoaguilera → changed the visibility of the branch project-update-bot-only to active.
- 🇪🇸Spain rodrigoaguilera Barcelona
rodrigoaguilera → changed the visibility of the branch 3434446-automated-drupal-11 to hidden.
- 🇪🇸Spain rodrigoaguilera Barcelona
I got confused because the most updated branch was project-update-bot-only and the MR was oldest. I hid the outdated branch (opposite of what I did before).
The branch now has no deprecations running phpunit. There still one risky test but I think that is out of scope of this issue.
Glad to see one of the maintainers around :)
The MR is ready to review again
-
ivnish →
committed c90aaa2a on 4.x authored by
project update bot →
Issue #3434446: Automated Drupal 11 compatibility fixes for...
-
ivnish →
committed c90aaa2a on 4.x authored by
project update bot →