ckerr

#52001: test: fix flaky code cache cleanup on Windows

Merged
Created: Jun 15, 2026, 2:02:38 PM
Merged: Jun 15, 2026, 4:10:30 PM
4 comments
Target: main

Description of Change

Upstreaming to e/e a fix written by @deepak1556 to address test failures that surfaced in a downstream build.

This fixes a flaky code cache cleanup on Windows in the specs.

Checklist

Release Notes

Notes: none.

Backports

41-x-y
Pending
Waiting for a manual backport
42-x-y
In-flight
PR Number
#52008
Waiting to be merged
43-x-y
In-flight
PR Number
#52007
Waiting to be merged

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