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(redis-worker): align drainer tests with buffer ack/fail semantics
After the buffer extensions in this PR:
- ack() keeps the entry alive with a grace TTL as a read-fallback
safety net. Test asserts the entry persists with materialised=true.
- fail() deletes the entry once the drainer-handler has written the
canonical SYSTEM_FAILURE PG row. Tests assert the entry is null and
use runOnce()'s `failed` counter as the surviving signal.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments