McpStdioStateHandler sigterm after grace test is flaky
Open
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
The `McpStdioStateHandler` unit test `sigterm after grace` intermittently misses the child process output written by its SIGTERM handler.
Example failure: https://github.com/microsoft/vscode/actions/runs/31439865620/job/93622580518
Expected:
```text
stdin ended
SIGTERM received
```
Actual:
```text
stdin ended
```
The test is being disabled until its process termination and output synchronization can be made deterministic.
(Written by Copilot)
Contributor guide
Assessment
This issue has not been assessed yet.