Consolidate test methods in StandardPerformanceTest

Created on 23 July 2024, about 2 months ago
Updated 6 August 2024, about 1 month ago

Problem/Motivation

Core performance test are (somewhat ironically) some of the slowest functional javascript tests in core.

This is because they rely on creating somewhat realistic scenarios (standard and umami profile), and on the chrome performance log which has a lot of quirks. To avoid this, most of the tests only add performance assertions and opentelemetry logging for a single page/operation.

However, since PerformanceTestBase was added, we've fixed a lot of weird performance log timing issues and other race conditions, so it might be OK to try to consolidate things down to fewer methods or one per test class, with more requests/assertions in each.

Doing this for StandardPerformanceTest first since it's the smaller compared to Umami

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

📌 Task
Status

Fixed

Version

10.3 ✨

Component
PHPUnit  →

Last updated about 11 hours ago

Created by

🇬🇧United Kingdom catch

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024