Yicheng Qin 11 лет назад
Родитель
Сommit
30e6d49bec
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 {
 	failures []failure
 	agents   []client.Agent
-	limit    uint64
+	limit    int
 }
 
 func (tt *tester) runLoop() {