The SchedulerRulesEventsTest has just started failing with
Indirect modification of overloaded property Drupal\Tests\scheduler_rules_integration\Functional\SchedulerRulesEventsTest::$message has no effect
This is on Drupal 10.1 with PHP8.1

The source code for this has not changed in many months.

Issue fork scheduler-3358927

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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jonathan1055 created an issue. See original summary.

jonathan1055’s picture

Temporarily skip running Rules tests, as this is hampering other testing.

  • jonathan1055 committed 55e90c10 on 2.x
    Issue #3358927 by jonathan1055: Move drush tests to separate group....
jonathan1055’s picture

Issue summary: View changes

First noticed failure was 8 May on 2.x branch, core D10.1 PHP8.1, PHPUnit 9.6.7

Other tests that run OK
2.x on 27 April, D10.1 PHP8.1, phpunit 9.5.28
2.x on 4 May, D9.5 php8.1, phpunit 8.5.31
8.x-1.x 9 May, D10.0.7, PHP8.1, phpunit 9.5.26

So the core version D10.1 and php8.1 on the failing test are the same as the last 2.x pass. But the PHPUNIT version has increased from 9.5.28 to 9.6.7 - maybe this is the reason?

jonathan1055’s picture