Problem/Motivation

The tests are failing for Drupal 9.3, because the table "cache_feeds_download" is not always immediately available. It seems to require a cache clear to make the table available.

Proposed resolution

Add a drupal_flush_all_caches() call to the test "HttpFetcherTest".

Remaining tasks

  • Run tests against PHP 7.4 + Drupal 9.3
  • Commit

User interface changes

None.

API changes

None.

Data model changes

None.

Issue fork feeds-3250611

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

Code is in the issue fork.

  • MegaChriz committed 804cb10 on 8.x-3.x
    Issue #3250611 by MegaChriz: Fix tests for PHP 7.4 + D9.3
    
megachriz’s picture

Status: Needs review » Fixed

Merged!

Status: Fixed » Closed (fixed)

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