[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/2521/head^2
del-zhenwu 2020-06-09 23:08:12 +08:00 committed by GitHub
parent 34b4d72517
commit 7092c85ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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