From 7092c85ba695ef162fcbbab995b0faafe6a1f609 Mon Sep 17 00:00:00 2001 From: del-zhenwu <56623710+del-zhenwu@users.noreply.github.com> Date: Tue, 9 Jun 2020 23:08:12 +0800 Subject: [PATCH] [skip ci] disable restart case. (#2515) * enable cron test on 0.10.0 Signed-off-by: zw * fix merge result Signed-off-by: shengjun.li * import test_during_creating_index_restart Signed-off-by: zw * disable restart case Signed-off-by: zw Co-authored-by: zw Co-authored-by: shengjun.li --- tests/milvus_python_test/stability/test_restart.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/milvus_python_test/stability/test_restart.py b/tests/milvus_python_test/stability/test_restart.py index 2467fbc9d7..d002dc40b9 100644 --- a/tests/milvus_python_test/stability/test_restart.py +++ b/tests/milvus_python_test/stability/test_restart.py @@ -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