From 03ce8e9976d686f89ba537ef31a76ba4ffaa1c3b Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Wed, 1 Mar 2023 09:21:54 +0800 Subject: [PATCH] [skip e2e]Update etcd log level (#22475) Signed-off-by: zhuwenxing --- tests/python_client/chaos/cluster-values.yaml | 3 ++- tests/python_client/chaos/standalone-values.yaml | 1 + tests/python_client/deploy/cluster-values.yaml | 1 + tests/python_client/deploy/standalone-values.yaml | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index e482eaf7bf..9ff7f950cd 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -8,9 +8,10 @@ image: tag: master-latest pullPolicy: IfNotPresent -etcd: +etcd: replicaCount: 3 image: + debug: true repository: milvusdb/etcd tag: 3.5.5-r2 diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index c3869d85df..b12dd32096 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -19,6 +19,7 @@ kafka: etcd: replicaCount: 1 image: + debug: true repository: milvusdb/etcd tag: 3.5.5-r2 minio: diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index 32fb83891d..d22763968c 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -11,6 +11,7 @@ image: etcd: replicaCount: 3 image: + debug: true repository: milvusdb/etcd tag: 3.5.5-r2 diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index 28a173666f..cd01b8e7ee 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -17,6 +17,7 @@ kafka: etcd: replicaCount: 1 image: + debug: true repository: milvusdb/etcd tag: 3.5.5-r2 minio: