tools/etcd-tester: add kill majority test

This commit is contained in:
Yicheng Qin
2015-03-05 15:13:35 -08:00
parent 3cffc910de
commit 267313a3f8
6 changed files with 70 additions and 12 deletions

View File

@ -44,7 +44,7 @@ func main() {
}
t := &tester{
failures: []failure{newFailureBase(), newFailureKillAll()},
failures: []failure{newFailureBase(), newFailureKillAll(), newFailureKillMajority()},
cluster: c,
limit: *limit,
}