Skip to content

Commit

Permalink
Merge pull request #8922 from gyuho/corrupt-check
Browse files Browse the repository at this point in the history
*: enable initial corrupt check in tests
  • Loading branch information
gyuho authored Nov 27, 2017
2 parents 5fbb459 + a20b24b commit bdff651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/ctl_v3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (cx *ctlCtx) applyOpts(opts []ctlOption) {
for _, opt := range opts {
opt(cx)
}
cx.initialCorruptCheck = true
}

func withCfg(cfg etcdProcessClusterConfig) ctlOption {
Expand Down
1 change: 1 addition & 0 deletions tools/functional-tester/etcd-tester/member.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func (m *member) Flags() []string {
"--listen-peer-urls", m.PeerURL,
"--initial-advertise-peer-urls", m.PeerURL,
"--initial-cluster-state", "new",
"--experimental-initial-corrupt-check",
}
}

Expand Down

0 comments on commit bdff651

Please sign in to comment.