- Issue created by @acbramley
- 🇦🇺Australia acbramley
HTML output in the failed test is
Exception: Deforestation in Drupal\error_service_test\MonkeysInTheControlRoom->handle() (line 69 of core/modules/system/tests/modules/error_service_test/src/MonkeysInTheControlRoom.php).
So I think this is a state cache bug from one of the other test cases. Will swap to use KV
- 🇦🇺Australia acbramley
Actually, the message in the failure is
PDOException: SQLSTATE[HY000] [1524] Plugin 'mysql_native_password' is not loaded in Drupal\Component\DependencyInjection\PhpArrayContainer->createService() (line 77 of core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php).
I forgot the test case after the failed one still spits out HTML output.
- 🇦🇺Australia acbramley
This is so inconsistent.
The latest commit passed 100/100 times on a Repeat run but failed in the normal test run.
Then I reran the Repeat run and it failed every single time. - 🇫🇷France andypost
looks it caused by Mysql upgrade to 8.4 where the plugin is deprecated, now reverted 📌 Switch the default test environment to PHP 8.4 Active
just curious why it does not fire in daily tests
- 🇫🇷France andypost
updated dev images https://git.drupalcode.org/project/drupalci_environments/-/commit/88e0e7...
triggered jobs to test new image
- 🇫🇷France andypost
@acbramley after fixes it looks no longer reproducible