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
Added `end_startup_mode()` method for tests to manually transition out of
startup batching mode. Updated `test_contract_caching_and_eviction` to call
this method before testing immediate announcements.
The test was failing because the new batching implementation returns `None`
during the 30-second startup grace period, but the test runs instantaneously
and expects immediate announcements.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments