mirror of https://github.com/milvus-io/milvus.git
Change sdk version used in regression to 0.0.48
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/4973/head^2
parent
32660d547b
commit
f03a33bcf7
|
@ -747,7 +747,7 @@ class TestInsertAsync:
|
|||
assert stats[row_count] == 0
|
||||
|
||||
# #1339
|
||||
@pytest.mark.tags("fail")
|
||||
@pytest.mark.tags("0331")
|
||||
def test_insert_async_invalid_params(self, connect):
|
||||
'''
|
||||
target: test insert vectors with different length of vectors
|
||||
|
|
|
@ -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.45
|
||||
pymilvus-distributed==0.0.48
|
||||
pytest-rerunfailures==9.1.1
|
||||
git+https://gitee.com/quicksilver/pytest-tags.git
|
||||
|
|
Loading…
Reference in New Issue