From f7abfa7884964ff8a394b10e687fade275b6f93c Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Wed, 13 Mar 2024 11:21:19 +0800 Subject: [PATCH] test: add more index type in deploy test (#31132) Signed-off-by: zhuwenxing --- .../deploy/testcases/test_action_first_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/deploy/testcases/test_action_first_deployment.py b/tests/python_client/deploy/testcases/test_action_first_deployment.py index 78fb0b41f7..6d5ebc122c 100644 --- a/tests/python_client/deploy/testcases/test_action_first_deployment.py +++ b/tests/python_client/deploy/testcases/test_action_first_deployment.py @@ -69,7 +69,7 @@ class TestActionFirstDeployment(TestDeployBase): @pytest.mark.parametrize("is_deleted", ["is_deleted"]) @pytest.mark.parametrize("is_string_indexed", ["is_string_indexed", "not_string_indexed"]) @pytest.mark.parametrize("segment_status", ["only_growing", "all"]) - @pytest.mark.parametrize("index_type", ["HNSW", "BIN_IVF_FLAT"]) + @pytest.mark.parametrize("index_type", ["HNSW", "BIN_IVF_FLAT", "IVF_FLAT", "IVF_SQ8", "IVF_PQ"]) def test_task_all(self, index_type, is_compacted, segment_status, is_string_indexed, replica_number, is_deleted, data_size): """