fix(copilot): targeted auto-layout for copilot edits + custom tool persistence #4590
ci.yml
on: pull_request
Test and Build
/
Test and Build
43s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Deploy Trigger.dev
/
Deploy to Trigger.dev
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
4 errors
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
socket-server/index.test.ts > Socket Server Index Integration > Validation and Utils > should validate workflow operations:
apps/sim/socket-server/index.test.ts#L70
Error: Hook timed out in 20000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ socket-server/index.test.ts:70:3
|
|
Unhandled error:
apps/sim/socket-server/index.test.ts#L103
Error: Listen method has been called more than once without closing.
❯ Server.listen node:net:2044:11
❯ Server.<anonymous> socket-server/index.test.ts:103:22
❯ Server.emit node:events:508:28
❯ emitErrorNT node:net:1976:8
❯ processTicksAndRejections node:internal/process/task_queues:90:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_SERVER_ALREADY_LISTEN' }
This error originated in "socket-server/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should validate edge operations". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|