Browse Source

Merge pull request #7163 from gyuho/snapshot-count

etcd-tester: use 10K for '--snapshot-count'
Gyu-Ho Lee 9 years ago
parent
commit
b9d3bd8d42
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tools/functional-tester/etcd-tester/cluster.go

+ 2 - 1
tools/functional-tester/etcd-tester/cluster.go

@@ -80,7 +80,8 @@ func (c *cluster) bootstrap() error {
 			m.Flags(),
 			"--data-dir", c.agents[i].datadir,
 			"--initial-cluster-token", token,
-			"--initial-cluster", clusterStr)
+			"--initial-cluster", clusterStr,
+			"--snapshot-count", "10000")
 
 		if _, err := m.Agent.Start(flags...); err != nil {
 			// cleanup