Dezső BICZÓ

Results 141 comments of Dezső BICZÓ

Now changes got merged and they found an interesting trick for resolving failing tests issues due to symlinks vs path resolving. We may try to do something similar in the...

FTR external changes did not break our test suite :tada: https://github.com/ddev/ddev-drupal-contrib/actions/runs/18923385758

``` WARNING: The list of project files and folders has been derived here, because the environment variable PROJECT_FILES is empty. Array ( [2] => .ddev [3] => .editorconfig [5] =>...

so both[ the `PROJECT_TYPE` detection](https://git.drupalcode.org/project/gitlab_templates/-/commit/2104d0694f458b828eea17f19a61b01237ed036e#43d67bc931cefd24f13e24bc547132e1d13a7ced_60_55) and [the `DRUPAL_PROJECT_FOLDER` configuration](https://git.drupalcode.org/project/gitlab_templates/-/commit/2104d0694f458b828eea17f19a61b01237ed036e#43d67bc931cefd24f13e24bc547132e1d13a7ced_109_116) based on the previous variable value and the [custom handling of recipe tests](https://git.drupalcode.org/project/gitlab_templates/-/commit/2104d0694f458b828eea17f19a61b01237ed036e#43d67bc931cefd24f13e24bc547132e1d13a7ced_1243_1255) are in `includes/include.drupalci.main.yml`, so we need to replicate...

Yep, just found it and updated the previous comment. This is going to be more work than I expected but autodetection of project type would be a cool feature. What...

> Just want to note that FunctionalJavascript tests also need Drupal core 11.1.x for W3C protocol support with newer selenium containers. There is an issue to back port those changes...

Now finally a green build! So the only remaining question is the BC bridge...

I was also thinking about creating a new major for Drupal >= 11.1 and providing a (best effort? on-demand?) support for Drupal

Maybe a pre-install action could prevent the update? https://github.com/ddev/ddev-addon-template/blob/98c9daf1359fbd63587346c4b516b9a8ef592bee/install.yaml#L10 But creating a bulletproof solution consumes more time (than I currently have) so maybe I would just start with documentation and...