Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2026 at 09:12 UTC
Updated:
3 Aug 2026 at 13:45 UTC
Jump to comment: Most recent
This is part of reducing waste outlined in #3580398: Skip on-commit jobs for the main and 11.x branches
The part is skipping known flakey tests to avoid having to re-run so many pipelines.
Use the information at #2829040: [meta] Known intermittent, random, and environment-specific test failures to add skip the currently failing tests.
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
quietone commentedThere were two test failures on PHP 8.5. There were others on PHP8.6 which I did not look at.
1) MariaDB (via PDO): [8.5-ubuntu, mariadb-10.11]
Drupal\FunctionalTests\Bootstrap\UncaughtExceptionTest::testLostDatabaseConnection - 'Failed 3 times in the last 14 days"
This was supposed to have been fixed in #3521851: [random test failure] Drupal\FunctionalTests\Bootstrap\UncaughtExceptionTest::testLostDatabaseConnection
2) SQLite: [8.5-ubuntu, sqlite-3]
Nightwatch - core/modules/navigation/tests/src/Nightwatch/Tests/expandCollapseTest.js.
Comment #4
catchhttps://git.drupalcode.org/project/drupal/-/jobs/10290130 is
UncaughtExceptionTestwhich I think I've seen before.Comment #5
quietone commentedThe sqlite error can be seen at https://git.drupalcode.org/project/drupal/-/jobs/10289992#L2702
Is there a way to skip a nightwatch test?
is there a way to skip UncaughtExceptionTest::testLostDatabaseConnection for MariaDb?
Comment #6
catchWe could check the database driver in the method and return early I would think.
Comment #7
smustgrave commentedI must be super lucky as I don't think I've been hit by most of these.
What's a good way to review, just the eye test?
Comment #8
smustgrave commentedGoing with the eye test, and doesn't introduce any regression so this is impacting others makes sense.
Comment #9
catchCommitted/pushed to main, thanks!
Doesn't cherry-pick to 11.x but we don't run anywhere near as many MRs against 11.x so marking fixed for now.