From 6d071ef0a1eec272aafa2d06f890e8470def06ee Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Sat, 23 Oct 2021 10:05:10 +0800 Subject: [PATCH] [skip ci]Add comments in simd config test (#10491) Signed-off-by: yanliang567 --- tests/python_client/customize/test_simd_compat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_client/customize/test_simd_compat.py b/tests/python_client/customize/test_simd_compat.py index bab2aca2a7..e3283baa42 100644 --- a/tests/python_client/customize/test_simd_compat.py +++ b/tests/python_client/customize/test_simd_compat.py @@ -41,6 +41,7 @@ class TestSimdCompatibility: 'spec.components.queryNode.replicas': 2 } milvus_op = MilvusOperator() + log.info(f"install milvus with configs: {cus_configs}") milvus_op.install(cus_configs) healthy = milvus_op.wait_for_healthy(release_name, namespace) log.info(f"milvus healthy: {healthy}")