miroir/crates
jedarden 60223e422b P3.1 TaskStore trait + SQLite backend (tables 1-7) - Add two-handle concurrent writes test
Add comprehensive test for concurrent writes from two separate SQLite handles
to verify WAL mode and busy timeout prevent deadlocks. This validates the
acceptance criteria for multi-pod scenarios where separate processes access
the same SQLite database file.

The test verifies:
- Two separate handles can open the same DB without migration re-run
- Both handles see the same schema version
- Concurrent writes from both handles complete without deadlock
- All data is correctly persisted (no corruption)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 19:08:23 -04:00
..
miroir-core P3.1 TaskStore trait + SQLite backend (tables 1-7) - Add two-handle concurrent writes test 2026-05-13 19:08:23 -04:00
miroir-ctl Phase 0 (miroir-qon): Add serial_test annotation to fix test race condition 2026-05-09 02:19:32 -04:00
miroir-proxy Fix typo in primary key header name (X-Meiroil → X-Miroir) 2026-05-09 15:36:41 -04:00