Add tests for TracingContext and TurnTraceObserver

Cover pipeline-scoped tracing context lifecycle, span hierarchy,
conversation/turn context management, and concurrent pipeline isolation.
This commit is contained in:
Mark Backman
2026-02-11 22:42:58 -05:00
parent 358f237507
commit 71a752c971
4 changed files with 634 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ jobs:
--extra livekit \
--extra local-smart-turn-v3 \
--extra piper \
--extra tracing \
--extra websocket
- name: Run tests with coverage

View File

@@ -45,6 +45,7 @@ jobs:
--extra livekit \
--extra local-smart-turn-v3 \
--extra piper \
--extra tracing \
--extra websocket
- name: Test with pytest