"Lift up your staff, and stretch out your hand over the sea and divide it"
Experiments on network partitions with Blockade, as in the Jepsen series.
For the moment, the game is about:
Requirements:
sudo pip install blockade==0.3.0
)Check the setup with the following commands:
docker info
blockade -h
Each folder contains the test files for a specific store.
Once in a certain folder, you can issue the following commands.
To build the Docker images and install the needed dependencies:
make build
To run the write test with network partitions:
make run
Apache 2.0