refactor(frontend-arch): migrate server state to React Query, collapse duplicate workflow-state cache, granular error boundaries #19757
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
1m 42s
Migrate Dev DB
/
Apply Database Migrations
Check Docs Changes
0s
Matrix: Build ARM64 (GHCR Only)
Matrix: Build Dev ECR
Matrix: Build AMD64
Matrix: Create GHCR Manifests
Process Docs
/
Process Documentation Embeddings
Create GitHub Release
0s
Annotations
5 errors and 6 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
app/_shell/providers/session-provider.test.tsx > SessionProvider > upgrade path: fresh disableCookieCache read wins even when the stale mount query resolves LAST:
apps/sim/app/_shell/providers/session-provider.test.tsx#L208
AssertionError: expected null to deeply equal { user: { id: 'user-1', …(2) }, …(1) }
- Expected:
{
"session": {
"activeOrganizationId": "org-1",
"id": "s1",
"userId": "user-1",
},
"user": {
"email": "u@x.com",
"id": "user-1",
"name": "Fresh plan",
},
}
+ Received:
null
❯ app/_shell/providers/session-provider.test.tsx:208:27
|
|
app/_shell/providers/session-provider.test.tsx > SessionProvider > exposes the contract context shape and the loaded session on a normal load:
apps/sim/app/_shell/providers/session-provider.test.tsx#L170
AssertionError: expected null to deeply equal { user: { id: 'user-1', …(2) }, …(1) }
- Expected:
{
"session": {
"activeOrganizationId": "org-1",
"id": "s1",
"userId": "user-1",
},
"user": {
"email": "u@x.com",
"id": "user-1",
"name": "Stale plan",
},
}
+ Received:
null
❯ app/_shell/providers/session-provider.test.tsx:170:23
|
|
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
Process completed with exit code 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
|