zhuwenxing 0ff4de34c8
[skip ci]Update pod failure chaos test (#10482)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-10-22 20:31:11 +08:00

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