argo-cd/resource_customizations/numaflow.numaproj.io/InterStepBufferService/health_test.yaml
Dillen Padhiar 6f0de8b858
feat: update health checks for Numaflow resources (#25698)
Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com>
2025-12-18 09:05:53 -05:00

17 lines
No EOL
513 B
YAML

tests:
- healthStatus:
status: Progressing
message: "Waiting for InterStepBufferService status"
inputPath: testdata/progressing.yaml
- healthStatus:
status: Healthy
message: "InterStepBufferService is healthy"
inputPath: testdata/healthy.yaml
- healthStatus:
status: Degraded
message: "Waiting for 3 pods to be ready...\n"
inputPath: testdata/degraded.yaml
- healthStatus:
status: Degraded
message: "Failed progressive upgrade"
inputPath: testdata/degraded-progressive.yaml