Fix Google Photos Picker discovery#1203
Open
zrm625 wants to merge 2 commits into
Open
Annotations
3 errors and 1 warning
|
Run bun run test:
apps/cloud/src/auth/user-store.ts#L22
Error: Failed query: select "id", "name", "slug", "created_at" from "organizations" where "organizations"."id" = $1
params: org_061205e1-b94e-4312-a20d-3deb0e61033f
❯ PostgresJsPreparedQuery.queryWithCache ../../node_modules/.bun/drizzle-orm@0.45.2+5a31dd1da077a461/node_modules/src/pg-core/session.ts:73:10
❯ ../../node_modules/.bun/drizzle-orm@0.45.2+5a31dd1da077a461/node_modules/src/postgres-js/session.ts:58:16
❯ getOrganization src/auth/user-store.ts:22:18
❯ Object.upsertOrganization src/auth/user-store.ts:53:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { query: 'select "id", "name", "slug", "created_at" from "organizations" where "organizations"."id" = $1', params: [ 'org_061205e1-b94e-4312-a20d-3deb0e61033f' ] }
Caused by: Caused by: Error: read ECONNRESET
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -104, code: 'ECONNRESET', syscall: 'read', query: undefined, parameters: undefined, args: [ 'org_061205e1-b94e-4312-a20d-3deb0e61033f' ], types: null }
|
|
Run bun run test:
apps/cloud/src/api/protected-jwt-auth.node.test.ts#L108
AssertionError: expected { accountId: 'user_123', …(7) } to deeply equal { accountId: 'user_123', …(6) }
- Expected
+ Received
@@ -3,7 +3,8 @@
"avatarUrl": null,
"email": "",
"name": null,
"organizationId": "org_123",
"organizationName": "Org org_123",
+ "organizationSlug": "org-slug-org_123",
"roles": [],
}
❯ Array.<anonymous> src/api/protected-jwt-auth.node.test.ts:108:24
❯ next ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:1276:25
❯ Object.~effect/Effect/evaluate ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/core.ts:531:30
❯ FiberImpl.runLoop ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:633:39
❯ runLoop ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:593:22
❯ evaluate ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:1030:14
❯ resume ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:972:13
|
|
Run bun run test:
apps/cloud/src/api/protected-api-key-auth.node.test.ts#L86
AssertionError: expected { accountId: 'user_123', …(7) } to deeply equal { accountId: 'user_123', …(6) }
- Expected
+ Received
@@ -3,7 +3,8 @@
"avatarUrl": null,
"email": "",
"name": null,
"organizationId": "org_123",
"organizationName": "Org org_123",
+ "organizationSlug": "org-slug-org_123",
"roles": [],
}
❯ Array.<anonymous> src/api/protected-api-key-auth.node.test.ts:86:24
❯ next ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:1276:25
❯ Object.~effect/Effect/evaluate ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/core.ts:531:30
❯ FiberImpl.runLoop ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:633:39
❯ runLoop ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:593:22
❯ evaluate ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:1030:14
❯ resume ../../node_modules/.bun/effect@4.0.0-beta.59/node_modules/effect/src/internal/effect.ts:972:13
|
|
Complete job
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading