When I add anything in any schema,yml, then config inspector display validation config fail warning on gitlab

Created on 1 September 2024, 6 months ago

Problem/Motivation

When I add anything in any schema,yml, the config inspector display validation config fail warning on gitlab

https://git.drupalcode.org/issue/drupal-3462829/-/jobs/2613092

-                "navigation.settings": 4,
+                "navigation.settings": 5,
                 "node.settings": 2,
                 "node.type.*": 22,
                 "olivero.settings": 16,
@@ -2788,10 +2788,10 @@
         },
         "perPropertyPath": {
             "all": {
-                "count": 17140
+                "count": 17141
             },
             "validatable": {
-                "count": 10377
+                "count": 10379
             },
             "fullyValidatable": {
                 "count": -1

it display validation count & line no. increase which is correct, I can't able to figure out why it is failing, correct me if I 'm missing anything.

I tried to local following command:
ddev drush config:inspect --statistics

It display info , however I can't figure out with this info , the root cause of validation config failing

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Active

Version

2.1

Component

Miscellaneous

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024