Skip to content
Snippets Groups Projects
Commit a3c09a19 authored by zhenshan.cao's avatar zhenshan.cao Committed by yefu.chen
Browse files

Add test_create_PQ_without_nbits

parent d8a60a4b
No related branches found
No related tags found
No related merge requests found
...@@ -598,7 +598,7 @@ class TestIndexBase: ...@@ -598,7 +598,7 @@ class TestIndexBase:
connect.create_index(collection, field_name, get_simple_index) connect.create_index(collection, field_name, get_simple_index)
connect.drop_index(collection, field_name) 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): def test_create_PQ_without_nbits(self, connect, collection):
PQ_index = {"index_type": "IVF_PQ", "params": {"nlist": 128, "m": 16}, "metric_type": "L2"} PQ_index = {"index_type": "IVF_PQ", "params": {"nlist": 128, "m": 16}, "metric_type": "L2"}
ids = connect.insert(collection, default_entities) ids = connect.insert(collection, default_entities)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment