From 757a2b833f2861b8215f3e5b8f1d14830b4f3a56 Mon Sep 17 00:00:00 2001 From: Y-Rookie Date: Tue, 29 Oct 2024 11:17:45 +0800 Subject: [PATCH] fix ut --- addons/qdrant/scripts-ut-spec/qdrant_setup_spec.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/qdrant/scripts-ut-spec/qdrant_setup_spec.sh b/addons/qdrant/scripts-ut-spec/qdrant_setup_spec.sh index f05c36ef4..93da1b15b 100644 --- a/addons/qdrant/scripts-ut-spec/qdrant_setup_spec.sh +++ b/addons/qdrant/scripts-ut-spec/qdrant_setup_spec.sh @@ -95,7 +95,7 @@ Describe "Qdrant Server Setup Script Tests" un_setup QDRANT_POD_FQDN_LIST="pod-a.example.com,pod-b.example.com,pod-c.example.com" When run start_server - The stderr should include "QDRANT_POD_NAME_LIST or QDRANT_POD_FQDN_LIST is not set in gen_initialize_redis_cluster_node" + The stderr should include "QDRANT_POD_NAME_LIST or QDRANT_POD_FQDN_LIST is not set, please check." The status should be failure End @@ -103,7 +103,7 @@ Describe "Qdrant Server Setup Script Tests" un_setup QDRANT_POD_NAME_LIST="pod-a,pod-b,pod-c" When run start_server - The stderr should include "QDRANT_POD_NAME_LIST or QDRANT_POD_FQDN_LIST is not set in gen_initialize_redis_cluster_node" + The stderr should include "QDRANT_POD_NAME_LIST or QDRANT_POD_FQDN_LIST is not set, please check." The status should be failure End End