Explorar el Código

e2e: enable initialCorruptCheck by default

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Gyu-Ho Lee hace 8 años
padre
commit
f228f6a002
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {