- Issue created by @phenaproxima
- πΊπΈUnited States smustgrave
This something that should have some test coverage? Or a follow up for recipe performance tests?
- πΊπΈUnited States phenaproxima Massachusetts
@alexpott and I discussed that and we feel that it does not because itβs completely internal refactoring, and itβs not clear how we would go about testing this anyway.
- πΊπΈUnited States thejimbirch Cape Cod, Massachusetts
Marking as RTBC. There is a considerable difference with the patch applied.
Starting a site with the Minimal profile and then applying Drupal CMS Starter recipe.
ddev drush si minimal -y
then
ddev recipe-apply recipes/drupal_cms_starterWith patch -> 51s, 52s, 53,
Without -> 1m 28s, 1m 27s, 1m 29s==============
I ran a second test, and drush site:install with the standard recipe and it was a second faster also.
ddev drush si core/recipes/dtandard -y
With patch -> 9s, 8s,8s
Without -> 10s,10s,9s -
alexpott β
committed 4c92f5a8 on 10.4.x
Issue #3488179 by phenaproxima, thejimbirch: RecipeConfigurator::...
-
alexpott β
committed 4c92f5a8 on 10.4.x
-
alexpott β
committed 1faa3597 on 10.5.x
Issue #3488179 by phenaproxima, thejimbirch: RecipeConfigurator::...
-
alexpott β
committed 1faa3597 on 10.5.x
-
alexpott β
committed ee95592c on 11.0.x
Issue #3488179 by phenaproxima, thejimbirch: RecipeConfigurator::...
-
alexpott β
committed ee95592c on 11.0.x
- π¬π§United Kingdom alexpott πͺπΊπ
Committed and cherry picked back to 10.4.x
-
alexpott β
committed 01329e9a on 11.1.x
Issue #3488179 by phenaproxima, thejimbirch: RecipeConfigurator::...
-
alexpott β
committed 01329e9a on 11.1.x
-
alexpott β
committed bc8a19c8 on 11.x
Issue #3488179 by phenaproxima, thejimbirch: RecipeConfigurator::...
-
alexpott β
committed bc8a19c8 on 11.x
- π³π±Netherlands spokje
Looks like this broke HEAD of
10.5.x
: https://git.drupalcode.org/project/drupal/-/pipelines/343235In an unrelated MR elsewhere I'm also consistently hitting the exact same error
In InputConfigurator.php line 137: Input values cannot be changed once they have been set. recipe [-i|--input INPUT] [--] <path>
in both
core/tests/Drupal/FunctionalTests/Core/Recipe/CoreRecipesTest.php
andcore/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php
.Didn't check but I can imagine the same thing happening in
10.4.x
? - π¬π§United Kingdom alexpott πͺπΊπ
Doh 10.4.x and 10.5.x have a change that 11.0.x does not. My bad. Fixed in a quick follow commit.
Committed and pushed e2a92ae2480 to 10.5.x and dd90bb9095a to 10.4.x. Thanks @spokje!
-
alexpott β
committed dd90bb90 on 10.4.x
Issue #3488179 follow-up by alexpott: RecipeConfigurator::...
-
alexpott β
committed dd90bb90 on 10.4.x
-
alexpott β
committed e2a92ae2 on 10.5.x
Issue #3488179 follow-up by alexpott: RecipeConfigurator::...
-
alexpott β
committed e2a92ae2 on 10.5.x
Automatically closed - issue fixed for 2 weeks with no activity.