From 4ce10157ff757f4aed66bc48bba8eae1f4e765a9 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 18 May 2018 14:40:02 -0700 Subject: [PATCH] tests/e2e: rename "SnapshotCount" Signed-off-by: Gyuho Lee --- tests/e2e/cluster_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/cluster_test.go b/tests/e2e/cluster_test.go index 65be68980..acb595891 100644 --- a/tests/e2e/cluster_test.go +++ b/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)