Skip to content

Commit 76bab04

Browse files
Comment the 134 case-2 rendezvous timeout fallback (CodeQL)
1 parent 2da5577 commit 76bab04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/conformance/test_observability_langfuse.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,8 @@ async def _fire_orphan_call() -> None:
16811681
async with asyncio.timeout(5):
16821682
await gate.wait()
16831683
except TimeoutError:
1684+
# Best-effort rendezvous: release rather than deadlock if fewer run
1685+
# concurrently than total_asks (asserted > 0 above).
16841686
pass
16851687
# Wrapper-issued side call: fire exactly one completion and DISCARD it.
16861688
await provider.complete(cast("Sequence[Any]", messages_in))

0 commit comments

Comments
 (0)