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
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
fix: suppress telemetry warnings in test output and fix test failures
- Added telemetry startup in test_helper to reduce warnings
- Fixed message key consistency issues throughout test suite
- Added try-rescue blocks around telemetry handler attachments
- Filter telemetry warnings from test matrix output
- Delay metrics setup in dev/test to avoid startup warnings
- All mock provider tests now pass (975/975)
{"cached_at":"2025-07-07T01:52:20.333168Z","response_data":{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"Hello! How can I help you today?","role":"assistant"}}],"created":1234567890,"id":"chatcmpl-123","model":"gpt-4","object":"chat.completion","usage":{"completion_tokens":8,"prompt_tokens":10,"total_tokens":18}},"api_version":null,"cache_version":"1.0","request_metadata":{"headers":[],"captured_at":"2025-07-07T01:52:20.333050Z","endpoint":"/v1/chat/completions/test_capture","environment":"test","headers":[],"provider":"test_openai_capture","request_summary":{"model":"gpt-4","max_tokens":100,"temperature":0.7,"messages_count":1},"response_time_ms":523,"status_code":200},"test_context":null}
{"response_data":{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"Hello! How can I help you today?","role":"assistant"}}],"created":1234567890,"id":"chatcmpl-123","model":"gpt-4","object":"chat.completion","usage":{"completion_tokens":8,"prompt_tokens":10,"total_tokens":18}},"cached_at":"2025-07-07T02:26:00.011512Z","api_version":null,"cache_version":"1.0","request_metadata":{"headers":[],"captured_at":"2025-07-07T02:26:00.011190Z","endpoint":"/v1/chat/completions/test_capture","environment":"test","headers":[],"provider":"test_openai_capture","request_summary":{"model":"gpt-4","max_tokens":100,"temperature":0.7,"messages_count":1},"response_time_ms":523,"status_code":200},"test_context":null}
0 commit comments