Sfoglia il codice sorgente

etcd-tester: fix build

Yicheng Qin 11 anni fa
parent
commit
30e6d49bec
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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() {