From a3c09a198fea76f60938b5a39eb2ebdc7d0a66e9 Mon Sep 17 00:00:00 2001 From: "zhenshan.cao" <zhenshan.cao@zilliz.com> Date: Wed, 24 Mar 2021 10:13:01 +0800 Subject: [PATCH] Add test_create_PQ_without_nbits Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com> --- tests/python_test/test_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_test/test_index.py b/tests/python_test/test_index.py index d02f9e009..fe4fb04b9 100644 --- a/tests/python_test/test_index.py +++ b/tests/python_test/test_index.py @@ -598,7 +598,7 @@ class TestIndexBase: connect.create_index(collection, field_name, get_simple_index) connect.drop_index(collection, field_name) - @pytest.mark.tags("0331", "l1") + @pytest.mark.tags(CaseLabel.tags_0331, CaseLabel.tags_l1, CaseLabel.tags_smoke) def test_create_PQ_without_nbits(self, connect, collection): PQ_index = {"index_type": "IVF_PQ", "params": {"nlist": 128, "m": 16}, "metric_type": "L2"} ids = connect.insert(collection, default_entities) -- GitLab