Browse Source

Merge pull request #20 from yichengq/etcd-smoketest

etcd-tester: fix build
Xiang Li 11 years ago
parent
commit
ebf253bad9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/functional-tester/etcd-tester/tester.go

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

@@ -23,7 +23,7 @@ import (
 type tester struct {
 	failures []failure
 	agents   []client.Agent
-	limit    uint64
+	limit    int
 }
 
 func (tt *tester) runLoop() {