Problem/Motivation
#3410476: Add event for statement execution failure implemented support for database query logging when the query fails, we could implement that in performance tests, so that even when they query isn't successful, we can record that it was sent to the database.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3444060
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
Comment #4
longwaveThis is the same two failures as over in #3417066-65: Upgrade PHPUnit to 10, drop Symfony PHPUnit-bridge dependency so if we can solve this we can sidestep that particular problem for now.
Comment #5
catchYes this looks great! We should just update the test coverage to match the extra things being recorded.
Comment #6
longwaveComment #7
catchComment #8
mondrakeComment #9
alexpottCommitted and pushed 970ff6e924 to 11.x and c333e1f5f4 to 10.3.x. Thanks!