Skip to content

Enhance crash dump collection options in RemoteExecutor#16716

Open
hoyosjs wants to merge 3 commits intodotnet:mainfrom
hoyosjs:juhoyosa/remote-exec-dumps
Open

Enhance crash dump collection options in RemoteExecutor#16716
hoyosjs wants to merge 3 commits intodotnet:mainfrom
hoyosjs:juhoyosa/remote-exec-dumps

Conversation

@hoyosjs
Copy link
Copy Markdown
Member

@hoyosjs hoyosjs commented Apr 14, 2026

This pull request introduces improved and more flexible crash dump collection for remote test processes, with enhanced configuration options and updated diagnostics support. The changes modernize how dumps are collected, update dependencies, and add new options for controlling dump behavior.

  • Update package references for Microsoft.Diagnostics.Runtime and Microsoft.Diagnostics.NETCore.Client.
  • Introduce CrashDumpCollectionType enum to specify types of crash dumps.
  • Add options to enable/disable crash dump collection and configure related environment variables so tests that are expected to crash can disable the behaviors (at least the .NET env var based ones - no changes to LocalDumps and AEDebug).

- Update package references for Microsoft.Diagnostics.Runtime and Microsoft.Diagnostics.NETCore.Client.
- Introduce CrashDumpCollectionType enum to specify types of crash dumps.
- Add options to enable/disable crash dump collection and configure related environment variables.
@hoyosjs hoyosjs requested review from agocke and leculver April 14, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants