mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
functional-tester: set gRPC endpoint for stresser
This commit is contained in:
parent
ca5dff6682
commit
012143e703
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user