Problem/Motivation

The tests are failing since D10 update: https://www.drupal.org/pift-ci-job/2519141

Steps to reproduce

-

Proposed resolution

The automated D10 issue is fixed and merged, therefore we cannot use that branch as it is not being updated: https://www.drupal.org/project/page_manager/issues/3297800, however the latest commit on the latest pull request should cover the fix for the tests.

Remaining tasks

Fix tests.

User interface changes

-

API changes

-

Data model changes

-

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

balintpekker created an issue. See original summary.

mglaman’s picture

Status: Active » Needs work
mglaman’s picture

Didn't review test fails, could they be due to CSS though? starterkit has class names like Classy which Stark does not.

balintpekker’s picture

So, 9.5.x is the latest version to have the 9.3.0 fixtures, and D10 only has the 9.4.0 starting from beta1.

https://git.drupalcode.org/project/drupal/-/tree/9.4.x/core/modules/syst...
https://git.drupalcode.org/project/drupal/-/tree/9.5.x/core/modules/syst...
https://git.drupalcode.org/project/drupal/-/tree/10.0.x/core/modules/sys...

For some reason, using the core provided filled version instead of the bare breaks the D9.4.7 version, however using the bare will provide us with a missing 'Continue' element. We might need to create our own fixture for this one (?).

andypost’s picture

Mostly duplicate of related

Default theme should not use Olivero to support Drupal 9

liam morland’s picture

#3297800: Automated Drupal 10 compatibility fixes should be committed and this issue rebased.

It would help to enable more testing configurations. That would make it clear if the failures are due to the PHP version or the Drupal version.

ivnish made their first commit to this issue’s fork.

ivnish’s picture

Assigned: balintpekker » Unassigned
Status: Needs work » Fixed

Thanks everyone! I fixed some broken D10 tests too. Now all tests PHP 7.4/8.1, Drupal 9.5/10 are working!

andypost’s picture

Thank you!

Status: Fixed » Closed (fixed)

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