[skip ci] Comment out chaos test (#11038)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/11041/head
ThreadDao 2021-11-01 20:12:02 +08:00 committed by GitHub
parent be0daafdb0
commit c6d61b997d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -146,7 +146,7 @@ class TestChaosData:
collection_w.init_collection(name=c_name,
schema=cf.gen_default_collection_schema(dim=dim), shards_num=1)
# insert 256000 512 dim entities 512Mi
# insert 256000 512 dim entities, size 512Mi
for i in range(2):
t0_insert = datetime.datetime.now()
df = cf.gen_default_dataframe_data(nb=nb // 2, dim=dim)
@ -163,7 +163,6 @@ class TestChaosData:
log.info(f'flush {nb * 10} entities cost: {tt_flush}')
# create index
# index
t0_index = datetime.datetime.now()
index, _ = collection_w.create_index(field_name=ct.default_float_vec_field_name,
index_params=index_params)