From 48522d72c058a5304de1d08a2b595855f70372d5 Mon Sep 17 00:00:00 2001 From: neza2017 Date: Sat, 13 Mar 2021 09:57:12 +0800 Subject: [PATCH] Check index type when crete index Signed-off-by: neza2017 --- tests/python_test/collection/test_load_collection.py | 2 +- tests/python_test/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python_test/collection/test_load_collection.py b/tests/python_test/collection/test_load_collection.py index 24425db359..65888589c9 100644 --- a/tests/python_test/collection/test_load_collection.py +++ b/tests/python_test/collection/test_load_collection.py @@ -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 diff --git a/tests/python_test/requirements.txt b/tests/python_test/requirements.txt index cf0175eb70..75241e7f40 100644 --- a/tests/python_test/requirements.txt +++ b/tests/python_test/requirements.txt @@ -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