Skip to main content

Module deterministic

Module deterministic 

Source
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ยง

DeterministicConflictStore
A wrapper around an event store that injects a deterministic number of version conflicts before delegating to the inner store.