fix(daemon): start daemon on MCP request, harden idle park and config… #121
Annotations
3 errors and 3 warnings
|
build-and-test (ubuntu-latest)
Process completed with exit code 1.
|
|
src/test/daemon-manager.test.ts > DaemonManager._listProcesses / _killTree — process primitives > Windows: enumerates via Get-CimInstance and never interpolates the install path into the script:
packages/extension/src/test/daemon-manager.test.ts#L1394
AssertionError: expected [] to deeply equal [ { pid: 4001, …(1) } ]
- Expected
+ Received
- Array [
- Object {
- "commandLine": "Code.exe x\\dist\\mcp\\index.mjs daemon start",
- "pid": 4001,
- },
- ]
+ Array []
❯ src/test/daemon-manager.test.ts:1394:20
|
|
src/test/daemon-manager.test.ts > DaemonManager._sweepOrphans — ownership-scoped matching > POSITIVE (Windows): kills the process running THIS install's bundled dist\mcp\index.mjs:
packages/extension/src/test/daemon-manager.test.ts#L448
AssertionError: expected [] to deeply equal [ 4001 ]
- Expected
+ Received
- Array [
- 4001,
- ]
+ Array []
❯ src/test/daemon-manager.test.ts:448:24
|
|
build-and-test (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test (macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|