mirror of https://github.com/milvus-io/milvus.git
Add proxy pod network partition chaos expectation (#7984)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/7992/head
parent
502cb68c08
commit
181a1aa924
|
@ -148,6 +148,18 @@ Collections:
|
|||
index: fail
|
||||
search: fail
|
||||
query: fail
|
||||
-
|
||||
testcase:
|
||||
name: test_partition_proxy
|
||||
chaos: chaos_pratition_proxy.yaml
|
||||
expectation:
|
||||
cluster_1_node:
|
||||
create: fail
|
||||
insert: fail
|
||||
flush: fail
|
||||
index: fail
|
||||
search: fail
|
||||
query: fail
|
||||
-
|
||||
testcase:
|
||||
name: test_querynode_cpu100p
|
||||
|
|
Loading…
Reference in New Issue