Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

feat(api): embeddable LGP server for testing #340

feat(api): embeddable LGP server for testing

feat(api): embeddable LGP server for testing #340

Re-run triggered June 27, 2025 00:25
Status Failure
Total duration 4m 36s
Artifacts

ci.yml

on: pull_request
Check formatting
15s
Check formatting
test-cli
37s
test-cli
Matrix: test-api
Matrix: test-auth
Matrix: test-parser
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test-api (20.x, windows-latest)
Process completed with exit code 1.
tests/api.test.mts > threads copy > get thread history: libs/langgraph-api/tests/api.test.mts#L588
AssertionError: expected 10 to be 5 // Object.is equality - Expected + Received - 5 + 10 ❯ tests/api.test.mts:588:28
test-api (22.x, windows-latest)
Process completed with exit code 1.
tests/api.test.mts > errors > create + stream join: libs/langgraph-api/tests/api.test.mts#L1935
AssertionError: expected { id: '4', event: 'values', …(1) } to match object { event: 'error', data: { …(2) } } (2 matching properties omitted from actual) - Expected + Received { "data": { - "error": "CustomError", - "message": "Boo!", + "messages": [], }, - "event": "error", + "event": "values", } ❯ tests/api.test.mts:1935:27
tests/api.test.mts > threads copy > get thread history: libs/langgraph-api/tests/api.test.mts#L588
AssertionError: expected 10 to be 5 // Object.is equality - Expected + Received - 5 + 10 ❯ tests/api.test.mts:588:28