Ver Fonte

e2e: enable initialCorruptCheck by default

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee há 8 anos atrás
pai
commit
f228f6a002
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {