498b235461
Build and test / Build and test AMD64 Ubuntu 22.04 (push) Failing after 0s
Publish Builder / amazonlinux2023 (push) Failing after 1s
Build and test / UT for Go (push) Has been skipped
Publish KRTE Images / KRTE (push) Failing after 1s
Build and test / Integration Test (push) Has been skipped
Build and test / Upload Code Coverage (push) Has been skipped
Publish Builder / rockylinux9 (push) Failing after 1s
Publish Builder / ubuntu22.04 (push) Failing after 0s
Publish Builder / ubuntu24.04 (push) Failing after 0s
Publish Gpu Builder / publish-gpu-builder (push) Failing after 1s
Publish Test Images / PyTest (push) Failing after 0s
Build and test / UT for Cpp (push) Has been cancelled
94 lines
2.2 KiB
YAML
94 lines
2.2 KiB
YAML
# Memory Stress Testcases All-in-one
|
|
# memory stress
|
|
# standalone
|
|
# todo
|
|
# cluster-1-node
|
|
# 11 pods(querynode, datanode, indexnode, pulsar, etcd, minio)
|
|
# cluster-n-nodes
|
|
# todo
|
|
|
|
Collections:
|
|
-
|
|
testcase:
|
|
name: test_querynode_mem_stress
|
|
chaos: chaos_querynode_mem_stress.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
search: fail
|
|
query: fail
|
|
cluster_n_nodes:
|
|
search: degrade
|
|
query: degrade
|
|
-
|
|
testcase:
|
|
name: test_datanode_mem_stress
|
|
chaos: chaos_datanode_mem_stress.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
flush: fail
|
|
cluster_n_nodes:
|
|
flush: degrade
|
|
-
|
|
testcase:
|
|
name: test_proxy_mem_stress
|
|
chaos: chaos_proxy_mem_stress.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
flush: fail
|
|
cluster_n_nodes:
|
|
flush: degrade
|
|
-
|
|
testcase:
|
|
name: test_indexnode_mem_stress
|
|
chaos: chaos_indexnode_mem_stress.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
flush: fail
|
|
cluster_n_nodes:
|
|
flush: degrade
|
|
|
|
-
|
|
testcase:
|
|
name: test_pulsar_mem_stress
|
|
chaos: chaos_pulsar_mem_stress.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
flush: fail
|
|
cluster_n_nodes:
|
|
flush: degrade
|
|
-
|
|
testcase:
|
|
name: test_minio_mem_stress
|
|
chaos: chaos_minio_mem_stress.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
flush: fail
|
|
cluster_n_nodes:
|
|
flush: degrade
|
|
-
|
|
testcase:
|
|
name: test_etcd_mem_stress
|
|
chaos: chaos_etcd_mem_stress.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
flush: fail
|
|
cluster_n_nodes:
|
|
flush: degrade
|
|
-
|
|
testcase:
|
|
name: test_standalone_mem_stress
|
|
chaos: chaos_standalone_mem_stress.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
flush: fail
|
|
cluster_n_nodes:
|
|
flush: degrade
|
|
-
|
|
testcase:
|
|
name: test_woodpecker_mem_stress
|
|
chaos: chaos_woodpecker_mem_stress.yaml
|
|
expectation:
|
|
cluster_1_node:
|
|
flush: fail
|
|
cluster_n_nodes:
|
|
flush: degrade |