From 4157ed40fb49c385a818cef511fc7abe63cef38d Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Fri, 17 Feb 2023 15:22:45 +0800 Subject: [PATCH] [skip e2e]Update etcd version for test (#22258) Signed-off-by: zhuwenxing --- tests/python_client/chaos/cluster-values.yaml | 7 +- .../chaos/standalone-values.yaml | 2 +- .../deploy/cluster-values-second.yaml | 127 ------------------ .../python_client/deploy/cluster-values.yaml | 2 +- .../deploy/standalone-values.yaml | 4 +- .../python_client/standby/cluster-values.yaml | 2 +- 6 files changed, 12 insertions(+), 132 deletions(-) delete mode 100644 tests/python_client/deploy/cluster-values-second.yaml diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index b56f1c47d0..aa028dbb76 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -1,5 +1,10 @@ cluster: enabled: true + + +log: + level: debug + image: all: repository: milvusdb/milvus @@ -31,7 +36,7 @@ etcd: replicaCount: 3 image: repository: milvusdb/etcd - tag: 3.5.0-r7 + tag: 3.5.5-r2 minio: resources: diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index 05f51054e3..5aefb1641c 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -18,7 +18,7 @@ etcd: replicaCount: 1 image: repository: milvusdb/etcd - tag: 3.5.0-r7 + tag: 3.5.5-r2 minio: mode: standalone pulsar: diff --git a/tests/python_client/deploy/cluster-values-second.yaml b/tests/python_client/deploy/cluster-values-second.yaml deleted file mode 100644 index 4587a6c5a0..0000000000 --- a/tests/python_client/deploy/cluster-values-second.yaml +++ /dev/null @@ -1,127 +0,0 @@ -cluster: - enabled: true -image: - all: - repository: milvusdb/milvus - tag: master-latest - pullPolicy: IfNotPresent - -etcd: - replicaCount: 3 - image: - repository: milvusdb/etcd - tag: 3.5.0-r7 - extraEnvVars: - - name: ETCD_INITIAL_CLUSTER_STATE - value: "existing" -minio: - resources: - requests: - memory: 256Mi - -kafka: - enabled: false - replicaCount: 3 - -pulsar: - enabled: true - extra: - bastion: no - wsproxy: no - - autorecovery: - resources: - requests: - cpu: 0.1 - memory: 256Mi - proxy: - replicaCount: 1 - resources: - requests: - cpu: 0.1 - memory: 256Mi - wsResources: - requests: - memory: 256Mi - cpu: 0.1 - configData: - PULSAR_MEM: > - -Xms256m -Xmx256m - PULSAR_GC: > - -XX:MaxDirectMemorySize=512m - httpNumThreads: "50" - - bookkeeper: - replicaCount: 2 - resources: - requests: - cpu: 0.1 - memory: 512Mi - configData: - PULSAR_MEM: > - -Xms512m - -Xmx512m - -XX:MaxDirectMemorySize=1024m - PULSAR_GC: > - -Dio.netty.leakDetectionLevel=disabled - -Dio.netty.recycler.linkCapacity=1024 - -XX:+UseG1GC -XX:MaxGCPauseMillis=10 - -XX:+ParallelRefProcEnabled - -XX:+UnlockExperimentalVMOptions - -XX:+DoEscapeAnalysis - -XX:ParallelGCThreads=32 - -XX:ConcGCThreads=32 - -XX:G1NewSizePercent=50 - -XX:+DisableExplicitGC - -XX:-ResizePLAB - -XX:+ExitOnOutOfMemoryError - -XX:+PerfDisableSharedMem - -XX:+PrintGCDetails - nettyMaxFrameSizeBytes: "104867840" - zookeeper: - replicaCount: 1 - resources: - requests: - cpu: 0.1 - memory: 256Mi - configData: - PULSAR_MEM: > - -Xms512m - -Xmx512m - PULSAR_GC: > - -Dcom.sun.management.jmxremote - -Djute.maxbuffer=10485760 - -XX:+ParallelRefProcEnabled - -XX:+UnlockExperimentalVMOptions - -XX:+DoEscapeAnalysis - -XX:+DisableExplicitGC - -XX:+PerfDisableSharedMem - -Dzookeeper.forceSync=no - broker: - replicaCount: 1 - resources: - requests: - cpu: 0.1 - memory: 512Mi - configData: - PULSAR_MEM: > - -Xms512m - -Xmx512m - -XX:MaxDirectMemorySize=1024m - PULSAR_GC: > - -Dio.netty.leakDetectionLevel=disabled - -Dio.netty.recycler.linkCapacity=1024 - -XX:+ParallelRefProcEnabled - -XX:+UnlockExperimentalVMOptions - -XX:+DoEscapeAnalysis - -XX:ParallelGCThreads=32 - -XX:ConcGCThreads=32 - -XX:G1NewSizePercent=50 - -XX:+DisableExplicitGC - -XX:-ResizePLAB - -XX:+ExitOnOutOfMemoryError - maxMessageSize: "104857600" - defaultRetentionTimeInMinutes: "10080" - defaultRetentionSizeInMB: "8192" - backlogQuotaDefaultLimitGB: "8" - backlogQuotaDefaultRetentionPolicy: producer_exception \ No newline at end of file diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index fd2ae01d95..56c61b8fb2 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -13,7 +13,7 @@ etcd: replicaCount: 3 image: repository: milvusdb/etcd - tag: 3.5.0-r7 + tag: 3.5.5-r2 minio: resources: diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index dd6ae67912..8a76fd735c 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -1,5 +1,7 @@ cluster: enabled: false +log: + level: debug image: all: repository: milvusdb/milvus @@ -16,7 +18,7 @@ etcd: replicaCount: 1 image: repository: milvusdb/etcd - tag: 3.5.0-r7 + tag: 3.5.5-r2 minio: mode: standalone pulsar: diff --git a/tests/python_client/standby/cluster-values.yaml b/tests/python_client/standby/cluster-values.yaml index 459f4d9305..60f2ea7dbc 100644 --- a/tests/python_client/standby/cluster-values.yaml +++ b/tests/python_client/standby/cluster-values.yaml @@ -31,7 +31,7 @@ etcd: replicaCount: 3 image: repository: milvusdb/etcd - tag: 3.5.0-r7 + tag: 3.5.5-r2 minio: resources: