This repository was archived by the owner on Jul 3, 2025. It is now read-only.
feat: attach custom tracer w/ replicas as callback #337
ci.yml
on: pull_request
Check formatting
17s
test-cli
41s
Matrix: test-api
Matrix: test-auth
Matrix: test-parser
Annotations
2 errors
|
test-api (20.x, windows-latest)
Process completed with exit code 1.
|
|
tests/api.test.mts > errors > create + stream join:
libs/langgraph-api/tests/api.test.mts#L1931
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:1931:27
|