argo-cd/resource_customizations/flink.apache.org/FlinkDeployment/health_test.yaml
ChangZhuo Chen (陳昌倬) dd56fc9e87
feat: support health check on FlinkDeployment (#9300) (#9300)
Signed-off-by: ChangZhuo Chen (陳昌倬) <czchen@czchen.org>
2022-06-08 10:05:03 -04:00

19 lines
698 B
YAML

tests:
- healthStatus:
status: Healthy
inputPath: testdata/healthy_running.yaml
- healthStatus:
status: Healthy
inputPath: testdata/healthy_suspended.yaml
- healthStatus:
status: Progressing
message: Waiting for deploying
inputPath: testdata/progressing_deployedNotReady.yaml
- healthStatus:
status: Progressing
message: Waiting for deploying
inputPath: testdata/progressing_deploying.yaml
- healthStatus:
status: Degraded
message: "org.apache.flink.configuration.IllegalConfigurationException: TaskManager memory configuration failed: Cannot read memory size from config option ''taskmanager.memory.network.max''."
inputPath: testdata/degraded_error.yaml