Skip to content

chore: extract src/tools#39632

Merged
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:extract_tools_1
Mar 11, 2026
Merged

chore: extract src/tools#39632
pavelfeldman merged 1 commit intomicrosoft:mainfrom
pavelfeldman:extract_tools_1

Conversation

@pavelfeldman
Copy link
Copy Markdown
Member

No description provided.

@pavelfeldman pavelfeldman force-pushed the extract_tools_1 branch 2 times, most recently from fcd071b to a7015f3 Compare March 11, 2026 23:14
@github-actions

This comment has been minimized.

@pavelfeldman pavelfeldman merged commit dc12f3f into microsoft:main Mar 11, 2026
34 of 37 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

Test results for "MCP"

3 failed
❌ [chromium] › mcp/cli-misc.spec.ts:30 › install-browser @mcp-ubuntu-latest
❌ [chromium] › mcp/cli-misc.spec.ts:30 › install-browser @mcp-windows-latest
❌ [chromium] › mcp/cli-misc.spec.ts:30 › install-browser @mcp-macos-latest

5241 passed, 164 skipped


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests 1"

4 flaky ⚠️ [chromium-library] › library/popup.spec.ts:260 › should not throw when click closes popup `@chromium-ubuntu-22.04-arm-node20`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node20`
⚠️ [webkit-library] › library/trace-viewer.spec.ts:1230 › should display language-specific locators `@webkit-ubuntu-22.04-node20`
⚠️ [playwright-test] › ui-mode-trace.spec.ts:433 › should work behind reverse proxy `@macos-latest-node20`

38698 passed, 846 skipped


Merge workflow run.

bgilly added a commit to bgilly/playwright that referenced this pull request Apr 11, 2026
killAllDaemons grepped process command lines for 'cli-daemon',
'run-mcp-server', and 'run-cli-server'. None of these match real
daemons today:

- 'cli-daemon' was intended to match the cliDaemon.js entry point
  added in microsoft#39632 but the case is wrong (camelCase vs hyphenated).
- 'run-mcp-server' and 'run-cli-server' were argv tokens from the
  pre-microsoft#39632 daemon launch mechanism. They no longer appear in any
  process command line.

Only the dashboardApp.js pattern added in microsoft#40004 matched anything.

Replace the three dead patterns with 'cliDaemon.js'. Verified
empirically on macOS: kill-all now kills real orphan daemons where
it previously reported "No daemon processes found."

Fixes microsoft#40165
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.

3 participants