tools/etcd-tester: reorganize failures

This commit is contained in:
Yicheng Qin
2015-03-05 21:14:41 -08:00
parent eba6daef4b
commit ba20016f0f
5 changed files with 71 additions and 130 deletions

View File

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