argo-cd/resource_customizations/flink.apache.org/FlinkDeployment/health_test.yaml
Dylan Slavin 15254afdd1
fix(#12862): Update FlinkDeployment health check to support Flink v1.x (#15065)
Signed-off-by: Dylan Slavin <dylan@sla.vin>
2023-08-17 10:09:09 -07:00

25 lines
882 B
YAML

tests:
- healthStatus:
status: Healthy
inputPath: testdata/healthy_running_v0.1.x.yaml
- healthStatus:
status: Healthy
inputPath: testdata/healthy_running_v1.x.yaml
- healthStatus:
status: Healthy
inputPath: testdata/healthy_suspended_v0.1.x.yaml
- healthStatus:
status: Healthy
inputPath: testdata/healthy_suspended_v1.x.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