mirror of https://github.com/etcd-io/dbtester.git
agent: update cetcd '-consuladdr' flag
This commit is contained in:
parent
30ffb83aa1
commit
73c1f188b4
|
|
@ -304,9 +304,8 @@ func (t *transporterServer) Transfer(ctx context.Context, r *Request) (*Response
|
||||||
} else {
|
} else {
|
||||||
flags2 = []string{
|
flags2 = []string{
|
||||||
// "-consuladdr", "0.0.0.0:8500",
|
// "-consuladdr", "0.0.0.0:8500",
|
||||||
"-consuladdr", "localhost:8500",
|
"-consuladdr", fmt.Sprintf("%s:8500", t.req.ServerIndex),
|
||||||
// "-etcd", clientURLs[t.req.ServerIndex],
|
"-etcd", clientURLs[t.req.ServerIndex], // etcd endpoint
|
||||||
"-etcd", "localhost:2379", // etcd endpoint
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
flagString2 := strings.Join(flags2, " ")
|
flagString2 := strings.Join(flags2, " ")
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
hash: bc370421f6eb93ff996b3c2549388add47c4f2c65bb5a394a5dc498dd096803e
|
hash: 534163b6b66b234f1da9bf88c868f5aed71e5ff68e8df9c8fd5a34db903808e6
|
||||||
updated: 2016-12-15T12:08:14.509390382-08:00
|
updated: 2016-12-15T15:53:34.369583618-08:00
|
||||||
imports:
|
imports:
|
||||||
- name: bitbucket.org/zombiezen/gopdf
|
- name: bitbucket.org/zombiezen/gopdf
|
||||||
version: 1c63dc69751bc45441c2ce1f56b631c55294b4d5
|
version: 1c63dc69751bc45441c2ce1f56b631c55294b4d5
|
||||||
|
|
@ -25,7 +25,7 @@ imports:
|
||||||
- name: github.com/cheggaaa/pb
|
- name: github.com/cheggaaa/pb
|
||||||
version: 6e9d17711bb763b26b68b3931d47f24c1323abab
|
version: 6e9d17711bb763b26b68b3931d47f24c1323abab
|
||||||
- name: github.com/coreos/etcd
|
- name: github.com/coreos/etcd
|
||||||
version: 86a43849fb7eb72da1dd5ceb2175031ac89963dd
|
version: 93e303ec71351ff6b518a9e42b60d7d5147a60dd
|
||||||
subpackages:
|
subpackages:
|
||||||
- auth/authpb
|
- auth/authpb
|
||||||
- client
|
- client
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ import:
|
||||||
- package: github.com/cheggaaa/pb
|
- package: github.com/cheggaaa/pb
|
||||||
version: 6e9d17711bb763b26b68b3931d47f24c1323abab
|
version: 6e9d17711bb763b26b68b3931d47f24c1323abab
|
||||||
- package: github.com/coreos/etcd
|
- package: github.com/coreos/etcd
|
||||||
version: 86a43849fb7eb72da1dd5ceb2175031ac89963dd
|
version: 93e303ec71351ff6b518a9e42b60d7d5147a60dd
|
||||||
subpackages:
|
subpackages:
|
||||||
- auth/authpb
|
- auth/authpb
|
||||||
- client
|
- client
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue