jkleinsc

#51476: test: make sure there are no orphaned electron processes running

Merged
Created: May 4, 2026, 2:27:02 PM
Merged: May 4, 2026, 7:17:53 PM
5 comments
Target: main

Description of Change

This PR updates our test suite to ensure that no orphan Electron processes are running before starting a test spec. This should help to ensure that tests are affected by earlier tests that happen to leave processes running.

Checklist

Release Notes

Notes: none

Backports

40-x-y
Pending
Waiting for a manual backport
41-x-y
Merged
PR Number
#51484
Merged At
May 5, 2026, 7:49:41 AM
Released In
v41.5.1
Release Date
May 8, 2026, 11:00:22 AM
42-x-y
Merged
PR Number
#51485
Merged At
May 6, 2026, 1:11:53 PM
Released In
v42.0.1
Release Date
May 8, 2026, 11:00:23 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