jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.78k stars 714 forks source link

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

Open Tsunaou opened 2 years ago

Tsunaou commented 2 years ago

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?

Tsunaou commented 2 years ago

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

aphyr commented 2 years ago

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