garage/script/jepsen.garage/README.md

40 lines
841 B
Markdown
Raw Normal View History

2023-04-18 10:14:13 +00:00
# jepsen.garage
Jepsen checking of Garage consistency properties.
2023-04-18 10:14:13 +00:00
## 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
```
2023-04-18 10:14:13 +00:00
These ones are working:
```
lein run test --nodes-file nodes.vagrant --time-limit 64 --rate 50 --concurrency 50 --workload set1
lein run test --nodes-file nodes.vagrant --time-limit 64 --rate 50 --concurrency 50 --workload set2
```
2023-04-18 10:14:13 +00:00
## License
Copyright © 2023 Alex Auvolat
2023-04-18 10:14:13 +00:00
This program and the accompanying materials are made available under the
2023-04-19 10:56:40 +00:00
terms of the GNU Affero General Public License v3.0.