Skip to content

Proptest byte-identical replay (issue #57)#78

Merged
joaquinbejar merged 1 commit intomainfrom
issue-57-proptest-replay
Apr 25, 2026
Merged

Proptest byte-identical replay (issue #57)#78
joaquinbejar merged 1 commit intomainfrom
issue-57-proptest-replay

Conversation

@joaquinbejar
Copy link
Copy Markdown
Owner

Add property-based tests for deterministic replay. Tests verify that replaying the same journal stream multiple times produces structurally identical snapshots using the snapshots_match oracle.

Add property-based tests in tests/unit/replay_determinism.rs verifying
that replaying the same journal multiple times produces structurally
identical snapshots. Tests use proptest to vary input stream size and
composition. Uses snapshots_match oracle for determinism validation.

Tests: 2 new (replay_twice_produces_identical_result, prop_replay_deterministic_across_runs)
@joaquinbejar joaquinbejar added enhancement New feature or request eventing sequencer, journal, nats publishers, serialization, events labels Apr 25, 2026
@joaquinbejar joaquinbejar self-assigned this Apr 25, 2026
@joaquinbejar joaquinbejar added enhancement New feature or request eventing sequencer, journal, nats publishers, serialization, events labels Apr 25, 2026
@joaquinbejar joaquinbejar merged commit 374c3d5 into main Apr 25, 2026
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request eventing sequencer, journal, nats publishers, serialization, events

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant