From 043f5cbecc1390148b60b80497bced0243e2bdc2 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Thu, 21 Aug 2025 16:45:54 +0800 Subject: [PATCH] test: update nightly cases (#43884) Signed-off-by: nico --- .../milvus_client/test_milvus_client_collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/milvus_client/test_milvus_client_collection.py b/tests/python_client/milvus_client/test_milvus_client_collection.py index e70a6a2638..fd507b3b27 100644 --- a/tests/python_client/milvus_client/test_milvus_client_collection.py +++ b/tests/python_client/milvus_client/test_milvus_client_collection.py @@ -2106,7 +2106,7 @@ class TestMilvusClientLoadCollectionInvalid(TestMilvusClientV2Base): # 5. Load with replica_number=3 (should fail if only 2 querynodes available) error = {ct.err_code: 999, ct.err_msg: "call query coordinator LoadCollection: when load 3 replica count: " - "service resource insufficient[currentStreamingNode=1][expectedStreamingNode=3]"} + "service resource insufficient[currentStreamingNode=2][expectedStreamingNode=3]"} self.load_collection(client, collection_name, replica_number=3, check_task=CheckTasks.err_res, check_items=error) self.drop_collection(client, collection_name)