This repository was archived by the owner on Jul 3, 2025. It is now read-only.
feat(api): embeddable LGP server for testing #340
ci.yml
on: pull_request
Check formatting
15s
test-cli
37s
Matrix: test-api
Matrix: test-auth
Matrix: test-parser
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
|