jepsen-io / jepsen

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

[WIP] Stabilise failing tests #525

Closed qvad closed 2 years ago

qvad commented 2 years ago

According to http://jepsen-io.github.io/jepsen/jepsen.generator.html stagger, delay, etc. now take total rates, rather than the rate per thread.

All values changes approximately from 1/x to 1/(x* n), where n is number of threads

qvad commented 2 years ago

sorry, miss click