Closed (fixed)
Project:
Feeds Extensible Parsers
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
26 May 2026 at 14:18 UTC
Updated:
9 Jun 2026 at 15:00 UTC
Jump to comment: Most recent
The test UpdateCustomSourcesUpdateTest is failing with the following error:
1) Drupal\Tests\feeds_ex\Functional\Update\UpdateCustomSourcesUpdateTest::testUpdateCustomSources
The update failed with the following message: "Failed: Drupal\Core\Entity\EntityStorageException: Exception thrown while performing a schema update. Cannot add field 'feeds_feed.periodic_import': table doesn't exist. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->wrapSchemaException() (line 1596 of /web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php)."
This caused by that the feeds tables (feeds_feed and feeds_subscription) are not created by the fixture.
Let's fix that.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
megachrizComment #4
megachrizComment #5
megachrizI scheduled the merge!