mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add pulsar network partition chaos (#8167)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/8173/head
parent
4f9d124ed4
commit
ccd6ec5ed4
|
@ -0,0 +1,25 @@
|
|||
apiVersion: chaos-mesh.org/v1alpha1
|
||||
kind: NetworkChaos
|
||||
metadata:
|
||||
name: test-pulsar-network-partition
|
||||
namespace: chaos-testing
|
||||
spec:
|
||||
action: partition
|
||||
mode: all
|
||||
selector:
|
||||
namespaces:
|
||||
- chaos-testing
|
||||
labelSelectors:
|
||||
app.kubernetes.io/instance: milvus-chaos
|
||||
app.kubernetes.io/name: milvus
|
||||
duration: 5m
|
||||
direction: both
|
||||
target:
|
||||
selector:
|
||||
namespaces:
|
||||
- chaos-testing
|
||||
labelSelectors:
|
||||
app.kubernetes.io/instance: milvus-chaos
|
||||
app.kubernetes.io/name: milvus
|
||||
component: pulsar
|
||||
mode: one
|
|
@ -172,6 +172,18 @@ Collections:
|
|||
index: fail
|
||||
search: fail
|
||||
query: fail
|
||||
-
|
||||
testcase:
|
||||
name: test_pulsar_network_partition
|
||||
chaos: chaos_pulsar_network_partition.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