[skip ci] disable restart case. (#2515)

* enable cron test on 0.10.0

Signed-off-by: zw <zw@milvus.io>

* fix merge result

Signed-off-by: shengjun.li <shengjun.li@zilliz.com>

* import test_during_creating_index_restart

Signed-off-by: zw <zw@milvus.io>

* disable restart case

Signed-off-by: zw <zw@milvus.io>

Co-authored-by: zw <zw@milvus.io>
Co-authored-by: shengjun.li <shengjun.li@zilliz.com>
pull/2547/head
del-zhenwu 2020-06-09 23:08:12 +08:00 committed by JinHai-CN
parent f6928f7282
commit 938f9a3daf
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class TestRestartBase:
@pytest.mark.level(2)
def test_create_partition_insert_restart(self, connect, collection, args):
def _test_create_partition_insert_restart(self, connect, collection, args):
'''
target: return the same row count after server restart
method: call function: create partition, then insert, restart server and assert row count
@ -67,7 +67,7 @@ class TestRestartBase:
assert res == nq
@pytest.mark.level(2)
def test_during_creating_index_restart(self, connect, collection, args):
def _test_during_creating_index_restart(self, connect, collection, args):
'''
target: return the same row count after server restart
method: call function: insert, flush, and create index, server do restart during creating index