Problem/Motivation
Automated tests are failing on 8.x-1.x on Drupal 9.3+, see https://www.drupal.org/node/711148/qa
Proposed resolution
Update the automated tests for Drupal 9.3 compatibility
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
None
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3267170-4.patch | 30.39 KB | idebr |
Comments
Comment #2
idebr commentedAttached patch backports the following changes to the 8.x-1.x branch:
#3231932: Fix tests after Cache backwards-incompatible changes in core.
#3244582: Fix D9.3 test failures - "Role label is expected to be a string."
Comment #3
idebr commentedNow with more fixes
Comment #4
idebr commentedThis should fix the remaining test failures.
Comment #5
idebr commentedComment #6
heddnLooks good. LGTM.
Comment #8
kristiaanvandeneyndePerfect, thanks a lot!