0.1.17
This is a very small feature release with support for some upcoming tests.
New Features
- jepsen.cli's test runner commands now accept a --leave-db-running flag, which leaves the database available for inspection at the end of a test run. Helpful for in-place debugging!
- jepsen.util/ex-root-cause extracts the root cause of an exception, which is useful for clients which like to wrap their errors in deep/unpredictable layers of exceptions.