Download Latest Version 0.3.13 source code.zip (421.4 kB)
Email in envelope

Get an email when there's a new version of Jepsen

Home / v0.3.13
Name Modified Size InfoDownloads / Week
Parent folder
0.3.13 source code.tar.gz 2026-07-31 342.1 kB
0.3.13 source code.zip 2026-07-31 421.4 kB
README.md 2026-07-31 787 Bytes
Totals: 3 Items   764.2 kB 1

This is a small release. It makes expensive generators more efficient with a cache, allows rw and append tests a final chance to detect data loss at the end of tests, and lets file snapshot nemeses run when /tmp is on a different kind of filesystem.

New Features

  • generator/cache: caches operations from an expensive generator to reduce (e.g.) IO costs.
  • tests.cycle.rw and append now come with :final-generator and :wrap-generator which, during the final phase of a test, can issue final reads of all keys.
  • snapshot-file-chunks now works across filesystem types.

Minor Changes

  • core/prepare-test: Don't double-wrap generators in Forgettable when run as a part of test-all. This didn't break anything, but it was unnecesary.
Source: README.md, updated 2026-07-31