etcd/tools/local-tester
Anthony Romano 39f4502cc0 local-tester: use new bridge flags 2017-07-11 10:42:31 -07:00
..
bridge bridge: make pass-through the default 2017-07-11 10:42:31 -07:00
Procfile local-tester: use new bridge flags 2017-07-11 10:42:31 -07:00
README.md local-tester: procfile, faults, and network bridge 2016-04-29 09:57:02 -07:00
bridge.sh local-tester: use new bridge flags 2017-07-11 10:42:31 -07:00
faults.sh local-tester: support failpoints 2016-06-23 12:04:11 -07:00

README.md

etcd local-tester

The etcd local-tester runs a fault injected cluster using local processes. It sets up an etcd cluster with unreliable network bridges on its peer and client interfaces. The cluster runs with a constant stream of Put requests to simulate client usage. A fault injection script periodically kills cluster members and disrupts bridge connectivity.

Requirements

local-tester depends on goreman to manage its processes and bash to run fault injection.

Building

local-tester needs etcd, benchmark, and bridge binaries. To build these binaries, run the following from the etcd repository root:

./build
pushd tools/benchmark/ && go build && popd
pushd tools/local-tester/bridge && go build && popd

Running

The fault injected cluster is invoked with goreman:

goreman -f tools/local-tester/Procfile start