Enable parallelization for blame data collector tests by nohwnd · Pull Request #15552 · microsoft/vstest (original) (raw)
Move [DoNotParallelize] from class level to only the BlameDataCollectorAeDebuggerShouldCollectDump test method, which is the only test that modifies machine-wide state (HKLM registry via procdump AeDebugger install/uninstall).
The other 10 blame tests use fully isolated state:
- Unique TempDirectory per test (RandomId)
- Separate vstest.console and testhost processes
- Per-process procdump attachment with unique file names
- Named events scoped by process ID
Fixes microsoft#15530
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com
AI review requested due to automatic review settings
nohwnd added the 🚢 Ship it!
Add to PRs where owner approves automated PR, but cannot approve because they "wrote it".
label
This was referenced
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})