浏览代码

e2e: enable initialCorruptCheck by default

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee 8 年之前
父节点
当前提交
f228f6a002
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      e2e/ctl_v3_test.go

+ 1 - 0
e2e/ctl_v3_test.go

@@ -82,6 +82,7 @@ func (cx *ctlCtx) applyOpts(opts []ctlOption) {
 	for _, opt := range opts {
 		opt(cx)
 	}
+	cx.initialCorruptCheck = true
 }
 
 func withCfg(cfg etcdProcessClusterConfig) ctlOption {