Problem/Motivation
search_api_test_example_content_references test module broke D9 build
See #2007692: Changes in related entities don't lead to proper re-indexing and https://www.drupal.org/pift-ci-job/1785819
Steps to reproduce
Load any page after enabling search_api in D9.
Proposed resolution
Remove core: 8.x and use core_version_requirement: ^8 || ^9
Remaining tasks
Add Patch
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3165015-search_api_test_example_content_references-2.patch | 671 bytes | penyaskito |
Comments
Comment #2
penyaskitoFixed core_version_requirement for the test module so it works with D9 too.
Comment #4
penyaskitoThis gives the error back where they were before that commit.
Comment #5
borisson_Comment #7
borisson_Changed the CHANGELOG.txt + commited and pushed this issue. Thanks @penyaskito!