mirror of https://github.com/milvus-io/milvus.git
Check index type when crete index
Signed-off-by: neza2017 <yefu.chen@zilliz.com>pull/4973/head^2
parent
012f5f360e
commit
48522d72c0
|
@ -50,8 +50,8 @@ class TestLoadCollection:
|
|||
connect.load_collection(collection)
|
||||
connect.release_collection(collection)
|
||||
|
||||
@pytest.mark.tags("0331")
|
||||
@pytest.mark.level(2)
|
||||
# todo can't load repeat
|
||||
def test_load_collection_after_index_binary(self, connect, binary_collection, get_binary_index):
|
||||
'''
|
||||
target: test load binary_collection, after index created
|
||||
|
|
|
@ -10,6 +10,6 @@ allure-pytest==2.7.0
|
|||
pytest-print==0.2.1
|
||||
pytest-level==0.1.1
|
||||
pytest-xdist==2.2.1
|
||||
pymilvus-distributed==0.0.42
|
||||
pymilvus-distributed==0.0.43
|
||||
pytest-rerunfailures==9.1.1
|
||||
git+https://gitee.com/quicksilver/pytest-tags.git
|
||||
|
|
Loading…
Reference in New Issue