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
test(core): cover mid-stream miss with concurrency > 1
Exercises the concurrent path where a missing key is observed while
other fetches are still in flight. Uses an asyncio.Event to gate late
arrivals until after the miss has been processed, giving the drain loop
an opportunity to observe and discard post-stop completions, and
verifies the iterator terminates cleanly without hanging or raising.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments