Active
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Feb 2024 at 13:34 UTC
Updated:
26 Feb 2024 at 17:32 UTC
Jump to comment: Most recent
See #3421164-25: Log every individual query in performance tests. If we move that service to a test module, and tests that rely on the trait need to add it, then we'd not execute that query for every requests in every other test. This would make performance tests more realistic and be one less thing that happens during tests.
The downside is having to both enable the module AND use the trait, but there aren't that many tests which this affects.
Comments
Comment #2
wim leersComment #3
catch