[skip ci]Add comments for chaos tests (#7935)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/7939/head
yanliang567 2021-09-15 10:33:52 +08:00 committed by GitHub
parent 376d39fa02
commit 001cb74fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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}}