codebytere

#47750: test: fix extensions console flake

Merged
Created: Jul 15, 2025, 2:59:29 AM
Merged: Jul 16, 2025, 11:27:21 AM
4 comments
Target: main

Description of Change

Fixes a race condition flake in extensions tests:

Screenshot 2025-07-15 at 9 53 40 AM

Many of them depend on parsing console logs, and sometimes the empty page load from the server could interfere with what it was supposed to be parsing.

Checklist

Release Notes

Notes: none

Backports

36-x-y
Merged
PR Number
#47790
Merged At
Jul 17, 2025, 5:15:16 AM
Released In
Not yet
Release Date
Not yet
37-x-y
Merged
PR Number
#47789
Merged At
Jul 17, 2025, 10:34:57 AM
Released In
Not yet
Release Date
Not yet
38-x-y
Merged
PR Number
#47791
Merged At
Jul 17, 2025, 4:04:06 AM
Released In
v38.0.0-alpha.7
Release Date
Jul 17, 2025, 8:32:12 AM

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron