-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0001-remove-unknown-field-Etcd.Debug.patch
37 lines (35 loc) · 1.33 KB
/
0001-remove-unknown-field-Etcd.Debug.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
From 2c95b49b63651ae3e0a3f63c45c05295d1af2c42 Mon Sep 17 00:00:00 2001
From: lsytj0413 <[email protected]>
Date: Thu, 19 Sep 2019 09:51:51 +0800
Subject: [PATCH] test(functional): remove unknown field Etcd.Debug
---
functional/tester/cluster_test.go | 3 ---
1 file changed, 3 deletions(-)
diff --git a/functional/tester/cluster_test.go b/functional/tester/cluster_test.go
index 7c7b25f2ad..2948c00e7f 100644
--- a/functional/tester/cluster_test.go
+++ b/functional/tester/cluster_test.go
@@ -64,7 +64,6 @@ func Test_read(t *testing.T) {
InitialCorruptCheck: true,
Logger: "zap",
LogOutputs: []string{"/tmp/etcd-functional-1/etcd.log"},
- Debug: true,
},
ClientCertData: "",
ClientCertPath: "",
@@ -117,7 +116,6 @@ func Test_read(t *testing.T) {
InitialCorruptCheck: true,
Logger: "zap",
LogOutputs: []string{"/tmp/etcd-functional-2/etcd.log"},
- Debug: true,
},
ClientCertData: "",
ClientCertPath: "",
@@ -170,7 +168,6 @@ func Test_read(t *testing.T) {
InitialCorruptCheck: true,
Logger: "zap",
LogOutputs: []string{"/tmp/etcd-functional-3/etcd.log"},
- Debug: true,
},
ClientCertData: "",
ClientCertPath: "",