|
@@ -32,7 +32,7 @@ func Test_read(t *testing.T) {
|
|
|
AgentAddr: "127.0.0.1:19027",
|
|
AgentAddr: "127.0.0.1:19027",
|
|
|
FailpointHTTPAddr: "http://127.0.0.1:7381",
|
|
FailpointHTTPAddr: "http://127.0.0.1:7381",
|
|
|
BaseDir: "/tmp/etcd-functional-1",
|
|
BaseDir: "/tmp/etcd-functional-1",
|
|
|
- EtcdLogPath: "/tmp/etcd-functional-1/current-etcd.log",
|
|
|
|
|
|
|
+ EtcdLogPath: "/tmp/etcd-functional-1/etcd.log",
|
|
|
EtcdClientProxy: false,
|
|
EtcdClientProxy: false,
|
|
|
EtcdPeerProxy: true,
|
|
EtcdPeerProxy: true,
|
|
|
EtcdClientEndpoint: "127.0.0.1:1379",
|
|
EtcdClientEndpoint: "127.0.0.1:1379",
|
|
@@ -83,7 +83,7 @@ func Test_read(t *testing.T) {
|
|
|
AgentAddr: "127.0.0.1:29027",
|
|
AgentAddr: "127.0.0.1:29027",
|
|
|
FailpointHTTPAddr: "http://127.0.0.1:7382",
|
|
FailpointHTTPAddr: "http://127.0.0.1:7382",
|
|
|
BaseDir: "/tmp/etcd-functional-2",
|
|
BaseDir: "/tmp/etcd-functional-2",
|
|
|
- EtcdLogPath: "/tmp/etcd-functional-2/current-etcd.log",
|
|
|
|
|
|
|
+ EtcdLogPath: "/tmp/etcd-functional-2/etcd.log",
|
|
|
EtcdClientProxy: false,
|
|
EtcdClientProxy: false,
|
|
|
EtcdPeerProxy: true,
|
|
EtcdPeerProxy: true,
|
|
|
EtcdClientEndpoint: "127.0.0.1:2379",
|
|
EtcdClientEndpoint: "127.0.0.1:2379",
|
|
@@ -134,7 +134,7 @@ func Test_read(t *testing.T) {
|
|
|
AgentAddr: "127.0.0.1:39027",
|
|
AgentAddr: "127.0.0.1:39027",
|
|
|
FailpointHTTPAddr: "http://127.0.0.1:7383",
|
|
FailpointHTTPAddr: "http://127.0.0.1:7383",
|
|
|
BaseDir: "/tmp/etcd-functional-3",
|
|
BaseDir: "/tmp/etcd-functional-3",
|
|
|
- EtcdLogPath: "/tmp/etcd-functional-3/current-etcd.log",
|
|
|
|
|
|
|
+ EtcdLogPath: "/tmp/etcd-functional-3/etcd.log",
|
|
|
EtcdClientProxy: false,
|
|
EtcdClientProxy: false,
|
|
|
EtcdPeerProxy: true,
|
|
EtcdPeerProxy: true,
|
|
|
EtcdClientEndpoint: "127.0.0.1:3379",
|
|
EtcdClientEndpoint: "127.0.0.1:3379",
|