Contrib testing at 2.0.0 fails DrupalCmsCompatibilityTest with "configuration field.storage.user.user_picture exists and does not match ...
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3570394. --> Reported by: [jonathan1055](https://www.drupal.org/user/92645) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Gitlab Templates is testing the new release CMS to 2.0.0 and our downstream test branches report a failure in the DrupalCmsCompatibilityTest::testExtensionIsInstallable</p> <pre>Drupal\Core\Recipe\RecipePreExistingConfigException: The configuration 'field.storage.user.user_picture' exists already and does not match the recipe's configuration</pre><p>Here is the failing <a href="https://git.drupalcode.org/project/gitlab_templates_downstream/-/jobs/8265989#L1609">Drupal CMS 2.0.0 job for a module</a> and a failing <a href="https://git.drupalcode.org/project/gitlab_templates_downstream/-/jobs/8335488#L427">example for a Recipe using CMS 2.0.0</a> </p> <p>And here is a <a href="https://git.drupalcode.org/project/gitlab_templates_downstream/-/jobs/8304497#L433">working one using Drupal CMS 1.2.9 for a module</a> and a <a href="https://git.drupalcode.org/project/gitlab_templates_downstream/-/jobs/8386149#L426">working one for a recipe on CMS 1.2.11</a></p> <p>The downstream branches d10-plus and d11-recipe both fail with the same error. There is nothing customised in these test branches, just a standard install of Drupal CMS and then the phpunit run of DrupalCmsCompatibilityTest</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-data-model-changes">Configuration changes</h3>
issue