mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments for chaos tests (#7935)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/7939/head
parent
376d39fa02
commit
001cb74fcd
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue