소스 검색

functional-tester: set gRPC endpoint for stresser

Gyu-Ho Lee 10 년 전
부모
커밋
012143e703
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/functional-tester/etcd-tester/cluster.go

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

@@ -88,6 +88,7 @@ func (c *cluster) Bootstrap() error {
 		if err != nil {
 			return err
 		}
+		grpcURLs[i] = fmt.Sprintf("%s:2379", host)
 		clientURLs[i] = fmt.Sprintf("http://%s:2379", host)
 		peerURLs[i] = fmt.Sprintf("http://%s:%d", host, peerURLPort)