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.

Issue fork feeds_ex-3592063

Command icon Show commands

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

megachriz created an issue. See original summary.

megachriz’s picture

Status: Active » Needs review
megachriz’s picture

Issue summary: View changes
megachriz’s picture

Status: Needs review » Fixed

I scheduled the merge!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • megachriz committed 51cad1a0 on 8.x-1.x
    task: #3592063 Fixed test and a Drupal 11.3 deprecation issue.
    
    By:...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.