mirror of https://github.com/milvus-io/milvus.git
Do not set default index name (#19998)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com> Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/20028/head
parent
14ddfe679f
commit
95f7bf44c4
|
@ -14,7 +14,7 @@ from pymilvus.orm.types import CONSISTENCY_STRONG
|
|||
from common.common_func import param_info
|
||||
|
||||
TIMEOUT = 20
|
||||
INDEX_NAME = "_default_idx"
|
||||
INDEX_NAME = ""
|
||||
|
||||
|
||||
# keep small timeout for stability tests
|
||||
|
|
|
@ -9,7 +9,7 @@ allure-pytest==2.7.0
|
|||
pytest-print==0.2.1
|
||||
pytest-level==0.1.1
|
||||
pytest-xdist==2.5.0
|
||||
pymilvus==2.2.0.dev57
|
||||
pymilvus==2.2.0.dev63
|
||||
pytest-rerunfailures==9.1.1
|
||||
git+https://github.com/Projectplace/pytest-tags
|
||||
ndg-httpsclient
|
||||
|
|
Loading…
Reference in New Issue