Explorar el Código

functional-tester: set gRPC endpoint for stresser

Gyu-Ho Lee hace 10 años
padre
commit
012143e703
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)