Blame SOURCES/0001-remove-unknown-field-Etcd.Debug.patch

62780e
From 2c95b49b63651ae3e0a3f63c45c05295d1af2c42 Mon Sep 17 00:00:00 2001
62780e
From: lsytj0413 <511121939@qq.com>
62780e
Date: Thu, 19 Sep 2019 09:51:51 +0800
62780e
Subject: [PATCH] test(functional): remove unknown field Etcd.Debug
62780e
62780e
---
62780e
 functional/tester/cluster_test.go | 3 ---
62780e
 1 file changed, 3 deletions(-)
62780e
62780e
diff --git a/functional/tester/cluster_test.go b/functional/tester/cluster_test.go
62780e
index 7c7b25f2ad..2948c00e7f 100644
62780e
--- a/functional/tester/cluster_test.go
62780e
+++ b/functional/tester/cluster_test.go
62780e
@@ -64,7 +64,6 @@ func Test_read(t *testing.T) {
62780e
 					InitialCorruptCheck: true,
62780e
 					Logger:              "zap",
62780e
 					LogOutputs:          []string{"/tmp/etcd-functional-1/etcd.log"},
62780e
-					Debug:               true,
62780e
 				},
62780e
 				ClientCertData:      "",
62780e
 				ClientCertPath:      "",
62780e
@@ -117,7 +116,6 @@ func Test_read(t *testing.T) {
62780e
 					InitialCorruptCheck: true,
62780e
 					Logger:              "zap",
62780e
 					LogOutputs:          []string{"/tmp/etcd-functional-2/etcd.log"},
62780e
-					Debug:               true,
62780e
 				},
62780e
 				ClientCertData:      "",
62780e
 				ClientCertPath:      "",
62780e
@@ -170,7 +168,6 @@ func Test_read(t *testing.T) {
62780e
 					InitialCorruptCheck: true,
62780e
 					Logger:              "zap",
62780e
 					LogOutputs:          []string{"/tmp/etcd-functional-3/etcd.log"},
62780e
-					Debug:               true,
62780e
 				},
62780e
 				ClientCertData:      "",
62780e
 				ClientCertPath:      "",