mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
[skip e2e]Update deploy test scripts (#13771)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
bdf9e338c4
commit
7feadf02e4
@ -5,7 +5,7 @@ from utils import *
|
||||
def task_1():
|
||||
"""
|
||||
task_1:
|
||||
before reinstall: create collection and insert data
|
||||
before reinstall: create collection and insert data, load and search
|
||||
after reinstall: get collection, load, search, create index, load, and search
|
||||
"""
|
||||
prefix = "task_1_"
|
||||
@ -18,7 +18,7 @@ def task_1():
|
||||
def task_2():
|
||||
"""
|
||||
task_2:
|
||||
before reinstall: create collection, insert data and create index
|
||||
before reinstall: create collection, insert data and create index, load and search
|
||||
after reinstall: get collection, load, search, insert data, create index, load, and search
|
||||
"""
|
||||
prefix = "task_2_"
|
||||
|
@ -5,7 +5,7 @@ from utils import *
|
||||
def task_1():
|
||||
"""
|
||||
task_1:
|
||||
before upgrade: create collection and insert data
|
||||
before upgrade: create collection and insert data, load and search
|
||||
after upgrade: get collection, load, search, create index, load, and search
|
||||
"""
|
||||
prefix = "task_1_"
|
||||
@ -13,12 +13,14 @@ def task_1():
|
||||
get_collections(prefix)
|
||||
load_and_search(prefix)
|
||||
create_collections_and_insert_data(prefix)
|
||||
create_index(prefix)
|
||||
load_and_search(prefix)
|
||||
|
||||
|
||||
def task_2():
|
||||
"""
|
||||
task_2:
|
||||
before upgrade: create collection, insert data and create index
|
||||
before upgrade: create collection, insert data and create index, load and search
|
||||
after upgrade: get collection, load, search, insert data, create index, load, and search
|
||||
"""
|
||||
prefix = "task_2_"
|
||||
|
@ -5,7 +5,7 @@ from utils import *
|
||||
def task_1():
|
||||
"""
|
||||
task_1:
|
||||
before reinstall: create collection and insert data
|
||||
before reinstall: create collection and insert data, load and search
|
||||
after reinstall: get collection, load, search, create index, load, and search
|
||||
"""
|
||||
prefix = "task_1_"
|
||||
@ -13,12 +13,13 @@ def task_1():
|
||||
get_collections(prefix)
|
||||
load_and_search(prefix)
|
||||
create_collections_and_insert_data(prefix)
|
||||
load_and_search(prefix)
|
||||
|
||||
|
||||
def task_2():
|
||||
"""
|
||||
task_2:
|
||||
before reinstall: create collection, insert data and create index
|
||||
before reinstall: create collection, insert data and create index,load and search
|
||||
after reinstall: get collection, load, search, insert data, create index, load, and search
|
||||
"""
|
||||
prefix = "task_2_"
|
||||
|
@ -5,7 +5,7 @@ from utils import *
|
||||
def task_1():
|
||||
"""
|
||||
task_1:
|
||||
before upgrade: create collection and insert data
|
||||
before upgrade: create collection and insert data, load and search
|
||||
after upgrade: get collection, load, search, create index, load, and search
|
||||
"""
|
||||
prefix = "task_1_"
|
||||
@ -13,12 +13,13 @@ def task_1():
|
||||
get_collections(prefix)
|
||||
load_and_search(prefix)
|
||||
create_collections_and_insert_data(prefix)
|
||||
load_and_search(prefix)
|
||||
|
||||
|
||||
def task_2():
|
||||
"""
|
||||
task_2:
|
||||
before upgrade: create collection, insert data and create index
|
||||
before upgrade: create collection, insert data and create index, load and search
|
||||
after upgrade: get collection, load, search, insert data, create index, load, and search
|
||||
"""
|
||||
prefix = "task_2_"
|
||||
|
Loading…
Reference in New Issue
Block a user