Unverified Commit 7092c85b authored by del-zhenwu's avatar del-zhenwu Committed by GitHub
Browse files

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



* enable cron test on 0.10.0

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

* fix merge result

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

* import test_during_creating_index_restart

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

* disable restart case

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

Co-authored-by: default avatarzw <zw@milvus.io>
Co-authored-by: default avatarshengjun.li <shengjun.li@zilliz.com>
parent 34b4d725
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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