etcd-tester: use 10K for '--snapshot-count'

Since we want to send snapshot more often in failure injected cluster
This commit is contained in:
Gyu-Ho Lee 2017-01-14 17:29:35 -08:00
parent 699b1e5b3a
commit 6f9a20803c
No known key found for this signature in database
GPG Key ID: 1DDD39C7EB70C24C

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