fix(logs-cleanup): listing active workspaces into mem + download time streaming lims #17363
ci.yml
on: pull_request
Detect Version
Test and Build
/
Test and Build
2m 16s
Check Docs Changes
Matrix: Build Dev ECR
Matrix: Build ARM64 (GHCR Only)
Matrix: Build AMD64
Migrate Dev DB
/
Apply Database Migrations
Matrix: Create GHCR Manifests
Process Docs
/
Process Documentation Embeddings
Create GitHub Release
Annotations
6 errors and 6 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
lib/execution/payloads/store.test.ts > large execution payload store > allows explicit chunked file reads to slice within the inline cap:
apps/sim/lib/execution/payloads/store.test.ts#L536
AssertionError: promise rejected "Error: Failed to download file: ENOENT: n…" instead of resolving
❯ lib/execution/payloads/store.test.ts:536:5
Caused by: Caused by: Error: Failed to download file: ENOENT: no such file or directory, stat '/home/runner/_work/sim/sim/apps/sim/uploads/execution/11111111-1111-4111-8111-111111111111/22222222-2222-4222-8222-222222222222/33333333-3333-4333-8333-333333333333/hello.txt'
❯ downloadExecutionFile lib/uploads/contexts/execution/execution-file-manager.ts:156:11
❯ downloadFileFromStorage lib/uploads/utils/file-utils.server.ts:235:14
❯ Module.readUserFileContent lib/execution/payloads/materialization.server.ts:294:14
❯ lib/execution/payloads/store.test.ts:515:5
|
|
lib/execution/payloads/store.test.ts > large execution payload store > converts storage byte-limit failures into execution resource-limit errors:
apps/sim/lib/execution/payloads/store.test.ts#L482
AssertionError: expected Error: Failed to download file: ENOENT: n… to match object { …(3) }
- Expected
+ Received
- {
- "attemptedBytes": 7,
- "code": "execution_resource_limit_exceeded",
- "limitBytes": 6,
+ Error {
+ "message": "Failed to download file: ENOENT: no such file or directory, stat '/home/runner/_work/sim/sim/apps/sim/uploads/execution/11111111-1111-4111-8111-111111111111/22222222-2222-4222-8222-222222222222/33333333-3333-4333-8333-333333333333/hello.txt'",
}
❯ lib/execution/payloads/store.test.ts:482:5
|
|
lib/execution/payloads/store.test.ts > large execution payload store > passes source byte limits into execution file storage downloads:
apps/sim/lib/execution/payloads/store.test.ts#L459
AssertionError: promise rejected "Error: Failed to download file: ENOENT: n…" instead of resolving
❯ lib/execution/payloads/store.test.ts:459:5
Caused by: Caused by: Error: Failed to download file: ENOENT: no such file or directory, stat '/home/runner/_work/sim/sim/apps/sim/uploads/execution/11111111-1111-4111-8111-111111111111/22222222-2222-4222-8222-222222222222/33333333-3333-4333-8333-333333333333/hello.txt'
❯ downloadExecutionFile lib/uploads/contexts/execution/execution-file-manager.ts:156:11
❯ downloadFileFromStorage lib/uploads/utils/file-utils.server.ts:235:14
❯ Module.readUserFileContent lib/execution/payloads/materialization.server.ts:294:14
❯ lib/execution/payloads/store.test.ts:439:5
|
|
lib/execution/payloads/store.test.ts > large execution payload store > throws instead of truncating non-chunked file reads over the inline cap:
apps/sim/lib/execution/payloads/store.test.ts#L410
AssertionError: expected Error: Failed to download file: ENOENT: n… to match object { Object (code) }
- Expected
+ Received
- {
- "code": "execution_resource_limit_exceeded",
+ Error {
+ "message": "Failed to download file: ENOENT: no such file or directory, stat '/home/runner/_work/sim/sim/apps/sim/uploads/execution/11111111-1111-4111-8111-111111111111/22222222-2222-4222-8222-222222222222/33333333-3333-4333-8333-333333333333/hello.txt'",
}
❯ lib/execution/payloads/store.test.ts:410:5
|
|
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)
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|