You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R2-3: export TAOS_TRACE_URL from proxy and fall back to TAOS_PORT in callback
ACCEPTANCE: proxy env now carries TAOS_TRACE_URL on the bound port;
callback falls back to TAOS_PORT (default 6969) when TAOS_TRACE_URL is unset;
proxy logs the trace URL once at start.
```text
FAILED tests/test_litellm_callback.py::test_callback_uses_taos_port_as_trace_url_fallback
FAILED tests/test_litellm_callback.py::test_success_posts_trace_to_taos_port
FAILED tests/test_llm_proxy.py::TestTraceUrlPropagation::test_start_exports_trace_url_with_proxy_port
FAILED tests/test_llm_proxy.py::TestTraceUrlPropagation::test_start_logs_trace_url
4 failed in 6.47s
```
```text
tests/test_litellm_callback.py::test_callback_uses_taos_port_as_trace_url_fallback PASSED
tests/test_litellm_callback.py::test_success_posts_trace_to_taos_port PASSED
tests/test_llm_proxy.py::TestTraceUrlPropagation::test_start_exports_trace_url_with_proxy_port PASSED
tests/test_llm_proxy.py::TestTraceUrlPropagation::test_start_logs_trace_url PASSED
4 passed in 5.68s
```
0 commit comments