[skip e2e]Update step of deploy test (#14245)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/13433/head
zhuwenxing 2021-12-27 09:20:32 +08:00 committed by GitHub
parent cd67062c96
commit 516dc1b99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ def task_1(data_size):
connections.connect(host="127.0.0.1", port=19530, timeout=60)
get_collections(prefix)
load_and_search(prefix)
create_collections_and_insert_data(prefix, data_size)
create_index(prefix)
load_and_search(prefix)
def task_2(data_zise):