microsoft / microsoft/vscode

McpStdioStateHandler sigterm after grace test is flaky

Open
#330,134 0 comments 0 reactions 1 assignee Claimed by @connor4312 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.