feat(files): folders, multiselect, vfs update #16963
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
1m 24s
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
0s
Annotations
10 errors and 9 warnings
|
app/api/workflows/route.test.ts > Workflows API Route - POST ordering > uses top insertion against mixed siblings (folders + workflows):
apps/sim/app/api/workflows/route.test.ts#L123
AssertionError: expected 409 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 409
❯ app/api/workflows/route.test.ts:123:29
|
|
app/api/folders/route.test.ts > Folders API Route > POST /api/folders > should use default color when not provided:
apps/sim/app/api/folders/route.test.ts#L549
AssertionError: expected null not to be null
❯ app/api/folders/route.test.ts:549:34
|
|
app/api/folders/route.test.ts > Folders API Route > POST /api/folders > should trim folder name when creating:
apps/sim/app/api/folders/route.test.ts#L523
AssertionError: expected null not to be null
❯ app/api/folders/route.test.ts:523:34
|
|
app/api/folders/route.test.ts > Folders API Route > POST /api/folders > should handle database errors gracefully:
apps/sim/app/api/folders/route.test.ts#L496
AssertionError: expected "spy" to be called with arguments: [ 'Error creating folder:', …(1) ]
Received:
1st spy call:
[
- "Error creating folder:",
+ "Failed to create workflow folder",
{
- "error": Any<Error>,
+ "error": TypeError {
+ "message": "object is not iterable (cannot read property Symbol(Symbol.iterator))",
+ },
},
]
2nd spy call:
[
- "Error creating folder:",
+ "Server error response",
{
- "error": Any<Error>,
+ "duration": 0,
+ "status": 500,
},
]
Number of calls: 2
❯ app/api/folders/route.test.ts:496:32
|
|
app/api/folders/route.test.ts > Folders API Route > POST /api/folders > should allow folder creation for admin permissions:
apps/sim/app/api/folders/route.test.ts#L450
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/folders/route.test.ts:450:31
|
|
app/api/folders/route.test.ts > Folders API Route > POST /api/folders > should allow folder creation for write permissions:
apps/sim/app/api/folders/route.test.ts#L426
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/folders/route.test.ts:426:31
|
|
app/api/folders/route.test.ts > Folders API Route > POST /api/folders > should create subfolder with parent reference:
apps/sim/app/api/folders/route.test.ts#L367
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/folders/route.test.ts:367:31
|
|
app/api/folders/route.test.ts > Folders API Route > POST /api/folders > should create folder with correct sort order:
apps/sim/app/api/folders/route.test.ts#L339
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/folders/route.test.ts:339:31
|
|
app/api/folders/route.test.ts > Folders API Route > POST /api/folders > should create a new folder successfully:
apps/sim/app/api/folders/route.test.ts#L309
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ app/api/folders/route.test.ts:309:31
|
|
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
- Step: unknown (failed)
|
|
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
- Step: unknown (failed)
|
|
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
- Step: unknown (failed)
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|