Explorar o código

tests/e2e: rename "SnapshotCount"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee %!s(int64=7) %!d(string=hai) anos
pai
achega
4ce10157ff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/e2e/cluster_test.go

+ 1 - 1
tests/e2e/cluster_test.go

@@ -176,7 +176,7 @@ func (cfg *etcdProcessClusterConfig) etcdServerProcessConfigs() []*etcdServerPro
 		cfg.execPath = binPath
 	}
 	if cfg.snapCount == 0 {
-		cfg.snapCount = etcdserver.DefaultSnapCount
+		cfg.snapCount = etcdserver.DefaultSnapshotCount
 	}
 
 	etcdCfgs := make([]*etcdServerProcessConfig, cfg.clusterSize)