Skip to content
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

feat: attach custom tracer w/ replicas as callback

feat: attach custom tracer w/ replicas as callback #337

Triggered via pull request June 17, 2025 16:39
Status Failure
Total duration 5m 22s
Artifacts

ci.yml

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

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