Why
Database behavior is central to the backend, especially for sessions, event persistence, and DLQ handling. Focused regression tests would catch schema or query regressions early.
Acceptance criteria
- Cover session creation and cleanup flows.
- Cover event persistence and cursor updates.
- Cover DLQ write/read paths and any retry logic.
Why
Database behavior is central to the backend, especially for sessions, event persistence, and DLQ handling. Focused regression tests would catch schema or query regressions early.
Acceptance criteria