mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
40 lines
924 B
YAML
40 lines
924 B
YAML
# Pod Failure Testcases All-in-one
|
|
# pod failure
|
|
# standalone
|
|
# todo
|
|
# cluster-1-node
|
|
# todo
|
|
# cluster-n-nodes
|
|
# 4 pods(querynode, datanode, indexnode, proxy)
|
|
Collections:
|
|
-
|
|
testcase:
|
|
name: test_querynode_pod_failure
|
|
chaos: chaos_querynode_pod_failure.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
search: fail
|
|
query: fail
|
|
cluster_n_nodes:
|
|
search: succ
|
|
query: succ
|
|
-
|
|
testcase:
|
|
name: test_indexnode_pod_failure
|
|
chaos: chaos_indexnode_pod_failure.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
index: fail
|
|
cluster_n_nodes:
|
|
index: succ
|
|
|
|
-
|
|
testcase:
|
|
name: test_datanode_pod_failure
|
|
chaos: chaos_datanode_pod_failure.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
insert: fail
|
|
cluster_n_nodes:
|
|
insert: succ
|