Skip to content

Running Copilot coding agent #79

Running Copilot coding agent

Running Copilot coding agent #79

Triggered via dynamic January 14, 2026 17:01
Status Success
Total duration 43m 27s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/__tests__/ObjectQLDataSource.test.ts > ObjectQLDataSource > error handling > should handle timeout errors: packages/data-objectql/src/__tests__/ObjectQLDataSource.test.ts#L237
AssertionError: promise resolved "{ data: [], total: undefined, …(3) }" instead of rejecting - Expected + Received - [Error: rejected promise] + Object { + "data": Array [], + "hasMore": undefined, + "page": 1, + "pageSize": undefined, + "total": undefined, + } ❯ src/__tests__/ObjectQLDataSource.test.ts:237:63
src/__tests__/ObjectQLDataSource.test.ts > ObjectQLDataSource > error handling > should handle timeout errors: packages/data-objectql/src/__tests__/ObjectQLDataSource.test.ts#L229
AssertionError: expected TypeError: Cannot read properties of unde… to match object { code: 'TIMEOUT' } - Expected + Received - Object { - "code": "TIMEOUT", - } + [TypeError: Cannot read properties of undefined (reading 'ok')] ❯ src/__tests__/ObjectQLDataSource.test.ts:229:7