Skip to content

test(storage): verify multiblock restart replay - #13

Merged
kaikisegfault merged 1 commit into
mainfrom
test/11-multiblock-restarts
Jul 24, 2026
Merged

test(storage): verify multiblock restart replay#13
kaikisegfault merged 1 commit into
mainfrom
test/11-multiblock-restarts

Conversation

@kaikisegfault

Copy link
Copy Markdown
Owner

Summary

  • exercise mixed, empty, entirely unadmitted, and duplicate-admitted blocks across four durable heights
  • close and fully reopen before every continued commit
  • compare every durable commit and head with an independent in-memory kernel and verify exact journal counts
  • repeat final reopen to prove stable replay

Verification

  • PROTOCOL_STACK_PRESET=gcc-debug tools/verify.sh — 16/16
  • ASAN_OPTIONS=detect_leaks=0 PROTOCOL_STACK_PRESET=gcc-sanitizers tools/verify.sh — 16/16
  • PROTOCOL_STACK_PRESET=clang-debug tools/verify.sh — 16/16
  • ASAN_OPTIONS=detect_leaks=0 PROTOCOL_STACK_PRESET=clang-sanitizers tools/verify.sh — 19/19, including 3 fuzz smoke tests
  • Python compileall, shell syntax, JSON/TOML/YAML parsing, internal Markdown links, identity, and diff checks passed

Refs #11

Exercise mixed, empty, entirely unadmitted, and duplicate-admitted blocks across repeated SQLite reopen boundaries. Compare durable commits and heads against an independent in-memory ledger and retain the exact journal cardinalities.

Refs #11
@kaikisegfault
kaikisegfault merged commit 89dcdd2 into main Jul 24, 2026
4 checks passed
@kaikisegfault
kaikisegfault deleted the test/11-multiblock-restarts branch July 24, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant