milvus/tests/python_client/deploy/scripts/action_after_upgrade.py
zhuwenxing 3a816fece9
[skip ci]Fix import for deploy test (#13387)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-12-15 09:25:26 +08:00

13 lines
149 B
Python

from pymilvus import connections
from utils import *
connections.connect()
get_collections()
load_and_search()
create_index()
load_and_search()