ソースを参照

Merge pull request #20 from yichengq/etcd-smoketest

etcd-tester: fix build
Xiang Li 11 年 前
コミット
ebf253bad9
1 ファイル変更1 行追加1 行削除
  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 {
 type tester struct {
 	failures []failure
 	failures []failure
 	agents   []client.Agent
 	agents   []client.Agent
-	limit    uint64
+	limit    int
 }
 }
 
 
 func (tt *tester) runLoop() {
 func (tt *tester) runLoop() {