mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 10:08:42 +08:00
[skip ci]Scaling up entities num and chaos duration for chaos test (#13197)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
d86a2b51a9
commit
9a8072a8c0
@ -21,11 +21,11 @@ CHAOS_VERSION = 'v1alpha1' # chao mesh version
|
|||||||
SUCC = 'succ'
|
SUCC = 'succ'
|
||||||
FAIL = 'fail'
|
FAIL = 'fail'
|
||||||
DELTA_PER_INS = 10 # entities per insert
|
DELTA_PER_INS = 10 # entities per insert
|
||||||
ENTITIES_FOR_SEARCH = 1000 # entities for search_collection
|
ENTITIES_FOR_SEARCH = 3000 # entities for search_collection
|
||||||
|
|
||||||
CHAOS_CONFIG_ENV = 'CHAOS_CONFIG_PATH' # env variables for chao path
|
CHAOS_CONFIG_ENV = 'CHAOS_CONFIG_PATH' # env variables for chao path
|
||||||
TESTS_CONFIG_LOCATION = 'chaos_objects/pod_kill/' # path to the chaos CRD
|
TESTS_CONFIG_LOCATION = 'chaos_objects/pod_kill/' # path to the chaos CRD
|
||||||
ALL_CHAOS_YAMLS = 'chaos_datanode*.yaml' # chaos file name(s) to be run against
|
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
|
WAIT_PER_OP = 10 # time to wait in seconds between operations
|
||||||
CHAOS_DURATION = 40 # chaos duration time in seconds
|
CHAOS_DURATION = 120 # chaos duration time in seconds
|
||||||
DEFAULT_INDEX_PARAM = {"index_type": "IVF_SQ8", "metric_type": "L2", "params": {"nlist": 64}}
|
DEFAULT_INDEX_PARAM = {"index_type": "IVF_SQ8", "metric_type": "L2", "params": {"nlist": 64}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user