garage/script/jepsen.garage
Alex 2b70fe47e2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Add garage set test (this one works :p)
2023-04-19 15:27:26 +02:00
..
src/jepsen Add garage set test (this one works :p) 2023-04-19 15:27:26 +02:00
test/jepsen jepsen: wip 2023-04-18 12:14:13 +02:00
.envrc jepsen: wip 2023-04-18 12:14:13 +02:00
.gitignore jepsen connects to vagrant vms 2023-04-18 13:59:03 +02:00
nodes.vagrant jepsen connects to vagrant vms 2023-04-18 13:59:03 +02:00
project.clj remove useless files 2023-04-19 12:57:22 +02:00
README.md Add garage set test (this one works :p) 2023-04-19 15:27:26 +02:00
shell.nix even without nemesis, s3 get/put/delete is not linearizable (is this normal?) 2023-04-18 17:47:53 +02:00
Vagrantfile jepsen: s3 gets and puts 2023-04-18 16:10:07 +02:00

jepsen.garage

Jepsen checking of Garage consistency properties.

Usage

Requirements:

  • vagrant
  • VirtualBox, configured so that nodes can take an IP in a private network 192.168.56.0/24
  • a user that can create VirtualBox VMs
  • leiningen
  • gnuplot

Set up VMs:

vagrant up

Run tests (this one should fail):

lein run test --nodes-file nodes.vagrant --time-limit 64 --concurrency 50 --rate 50 --workload reg

License

Copyright © 2023 Alex Auvolat

This program and the accompanying materials are made available under the terms of the GNU Affero General Public License v3.0.