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
streaming(fullhistory): restore the ServeReads-error startup test
The serve+ingest rework dropped TestStartStreaming_ServeReadsErrorSurfaces,
leaving the ServeReads-error return path untested — and that path now does more
than before: it must close the already-opened resume hot DB so a restart can
reacquire the rocksdb LOCK. Restore the test adapted to the new flow: a fake
core with a blocking getter so ServeReads is reached, then assert the wrapped
"serve reads" error surfaces (not classified clean), core was started, and the
resume hot DB is reopenable afterward (its LOCK was released).
0 commit comments