Closed (fixed)
Project:
Group
Version:
3.3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 Sep 2024 at 13:34 UTC
Updated:
18 Oct 2024 at 11:49 UTC
Jump to comment: Most recent
Tests are failing because the fixture doesn't work with all Drupal versions (as is to be expected) and the update hooks to make it compatible have been removed from core..
Also, some new checks have been added that make test fail on newer versions. The supply chain (flexible_permissions, variationcache, etc) also need to be marked as D11 ready.
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
kristiaanvandeneyndeOkay so we got:
Will remove deliberate fails and compare
Comment #4
kristiaanvandeneyndeSeems like VC was missing but present in the fixture, which caused issues. Adding it as a dev dependency and will drop in v4. If this also breaks stuff I'm just gonna check for the presence of the module instead.
Comment #5
kristiaanvandeneyndeComment #7
kristiaanvandeneyndeCool, now to backport this to 2.3.x...