Merge pull request #7163 from gyuho/snapshot-count

etcd-tester: use 10K for '--snapshot-count'
This commit is contained in:
Gyu-Ho Lee 2017-01-14 17:52:09 -08:00 committed by GitHub
commit b9d3bd8d42

View File

@ -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