From 516dc1b99e9f97c6c2c6ca92cf9e46f6173c7fac Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Mon, 27 Dec 2021 09:20:32 +0800 Subject: [PATCH] [skip e2e]Update step of deploy test (#14245) Signed-off-by: zhuwenxing --- tests/python_client/deploy/scripts/action_after_reinstall.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/python_client/deploy/scripts/action_after_reinstall.py b/tests/python_client/deploy/scripts/action_after_reinstall.py index 0fbcde7edf..b01e6cfcff 100644 --- a/tests/python_client/deploy/scripts/action_after_reinstall.py +++ b/tests/python_client/deploy/scripts/action_after_reinstall.py @@ -12,7 +12,8 @@ def task_1(data_size): connections.connect(host="127.0.0.1", port=19530, timeout=60) get_collections(prefix) load_and_search(prefix) - create_collections_and_insert_data(prefix, data_size) + create_index(prefix) + load_and_search(prefix) def task_2(data_zise):