mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Update script to run all chaos test (#14004)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
8eb4d9a2b4
commit
2c5e911d86
@ -4,5 +4,15 @@ pods=("standalone" "datacoord" "proxy" "pulsar" "querynode" "rootcoord" "etcd")
|
||||
for pod in ${pods[*]}
|
||||
do
|
||||
echo "run pod kill chaos test for pod $pod "
|
||||
bash chaos_test.sh $pod
|
||||
bash chaos_test.sh $pod pod_kill chaos-test
|
||||
done
|
||||
|
||||
worker_pods=("datanode" "indexnode" "proxy" "querynode")
|
||||
for pod in ${worker_pods[*]}
|
||||
do
|
||||
echo "run pod kill chaos test for pod $pod with 2 replicas"
|
||||
bash chaos_test.sh $worker_pods pod_kill chaos-test 2
|
||||
|
||||
echo "run pod failure chaos test for pod $pod with 2 replicas"
|
||||
bash chaos_test.sh $worker_pods pod_failure chaos-test 2
|
||||
done
|
||||
Loading…
x
Reference in New Issue
Block a user