From 001cb74fcddad417153f24011d150c6df874807b Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Wed, 15 Sep 2021 10:33:52 +0800 Subject: [PATCH] [skip ci]Add comments for chaos tests (#7935) Signed-off-by: yanliang567 --- tests/python_client/chaos/constants.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/python_client/chaos/constants.py b/tests/python_client/chaos/constants.py index cb55f0de34..f4d2b35c4d 100644 --- a/tests/python_client/chaos/constants.py +++ b/tests/python_client/chaos/constants.py @@ -24,7 +24,7 @@ DELTA_PER_INS = 10 ENTITIES_FOR_SEARCH = 1000 CHAOS_CONFIG_ENV = 'CHAOS_CONFIG_PATH' # env variables for chao path -TESTS_CONFIG_LOCATION = 'chaos_objects/' -ALL_CHAOS_YAMLS = 'chaos_datanode*.yaml' -WAIT_PER_OP = 10 +TESTS_CONFIG_LOCATION = 'chaos_objects/' # path to the chaos CRD +ALL_CHAOS_YAMLS = 'chaos_datanode*.yaml' # chaos file name(s) to be run against +WAIT_PER_OP = 10 # time to wait in seconds between operations DEFAULT_INDEX_PARAM = {"index_type": "IVF_SQ8", "metric_type": "L2", "params": {"nlist": 64}}