Expand description
Deterministic testing utilities for event stores.
This module provides wrapper stores that inject predictable failures for testing retry logic and conflict handling.
Structsยง
- Deterministic
Conflict Store - A wrapper around an event store that injects a deterministic number of version conflicts before delegating to the inner store.