tarantool / jepsen.tarantool

Jepsen tests for Tarantool
https://www.tarantool.io/en/
Other
7 stars 0 forks source link

Add counter test #29

Closed ligurio closed 4 years ago

ligurio commented 4 years ago

A counter starts at zero; add operations should increment it by that much, and reads should return the present value. Checker validates that at each read, the value is greater than the sum of all :ok increments and attempted decrements, and lower than the sum of all attempted increments and :ok decrements.

Closes #3