localgovdrupal / localgov_paragraphs

Configuration and dependencies for paragraphs components for the LocaGov Drupal distribution.
GNU General Public License v2.0
0 stars 5 forks source link

Schema errors for field.field.paragraph.localgov_embed_views.localgov_embed_block_view #179

Closed stephen-cox closed 3 months ago

stephen-cox commented 3 months ago

Tests are failing with

Drupal\Tests\localgov_paragraphs\Kernel\CheckConfigTest::testConfig
Exception: Exception when installing config for module localgov_paragraphs_views, message was: Schema errors for field.field.paragraph.localgov_embed_views.localgov_embed_block_view with the following errors: field.field.paragraph.localgov_embed_views.localgov_embed_block_view:settings.enabled_settings.limit variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\StringData

/var/www/html/web/core/tests/Drupal/KernelTests/KernelTestBase.php:739
/var/www/html/web/modules/contrib/localgov_paragraphs/tests/src/Kernel/CheckConfigTest.php:108
/var/www/html/vendor/phpunit/phpunit/src/Framework/TestResult.php:729

Caused by
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for field.field.paragraph.localgov_embed_views.localgov_embed_block_view with the following errors: field.field.paragraph.localgov_embed_views.localgov_embed_block_view:settings.enabled_settings.limit variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\StringData

/var/www/html/web/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php:98
/var/www/html/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:111
/var/www/html/web/core/lib/Drupal/Core/Config/Config.php:229
/var/www/html/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:278
/var/www/html/web/core/lib/Drupal/Core/Entity/EntityStorageBase.php:486
/var/www/html/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:257
/var/www/html/web/core/lib/Drupal/Core/Entity/EntityBase.php:354
/var/www/html/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:609
/var/www/html/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:389
/var/www/html/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:149
/var/www/html/web/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php:75
/var/www/html/web/core/tests/Drupal/KernelTests/KernelTestBase.php:736
/var/www/html/web/modules/contrib/localgov_paragraphs/tests/src/Kernel/CheckConfigTest.php:108
/var/www/html/vendor/phpunit/phpunit/src/Framework/TestResult.php:729
stephen-cox commented 3 months ago

Schema in the viewsreference module changed (https://www.drupal.org/project/viewsreference/issues/3402036) and it's breaking any tests that enable the localgov_paragraphs_views module.