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
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
Comment #3
megachrizCode is in the issue fork.
Comment #5
megachrizMerged!