Problem/Motivation

There is currently a test failure for 3.0.x-dev, see https://www.drupal.org/pift-ci-job/2620170

Steps to reproduce

The failing test (UpdateModeTest::testUpdateModeFullReset()) consistently fails on Drupal 9.5.0+, but not on Drupal 9.4.x.

Proposed resolution

The failing test should be fixed.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#6 3356136-6.patch516 bytesjoegraduate

Comments

joegraduate created an issue. See original summary.

joegraduate’s picture

Priority: Normal » Major
joegraduate’s picture

Assigned: Unassigned » tadean

@tadean is looking into this.

tadean’s picture

tadean’s picture

Status: Active » Postponed

testUpdateModeFullReset() in config_sync is failing correctly; I think I have traced the reason for the failure to an apparent issue in config_normalizer related to a change in 9.5.x related to the _serviceId property:

#3357495: isActiveStorageContext() fails in 9.5.x

joegraduate’s picture

Assigned: tadean » joegraduate
Status: Postponed » Needs review
StatusFileSize
new516 bytes

#3357495: isActiveStorageContext() fails in 9.5.x has been fixed (thanks @tadean!) and Config Normalizer 8.x-1.0-beta1 is now available.

The attached patch increases the minimum version of config_normalizer to 8.x-1.0-beta1 which should fix the test failure.

joegraduate’s picture

joegraduate’s picture

Status: Needs review » Reviewed & tested by the community

Tests pass now.

joegraduate’s picture

Title: Address 3.0.x-dev test failures » Address 3.0.x-dev test failures since Drupal 9.5.x

  • joegraduate authored bc70322e on 3.0.x
    Issue #3356136 by joegraduate, tadean: Address 3.0.x-dev test failures...
joegraduate’s picture

Assigned: joegraduate » Unassigned
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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