jepsen-io / jepsen

A framework for distributed systems verification, with fault injection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is tests in jepsen 0.1.* including bank, long-fork, adya, etc. valid in jepsen 0.2.*?

Tsunaou opened this issue · comments

commented

I noticed that jepsen version 2.0 introduced pure function generator.
Do the previous tests been adapted for the pure generator?
In other words, if I want to take the long-fork, bank and adya test, can I still take use of jepsen 0.2.0?

commented

The latest version has :no-ssh, which is a great property that I can test the existing database without installation.

I think they ought to work--the generator APIs are almost all compatible. Did you have problems with any of them?