argo-cd/resource_customizations/numaflow.numaproj.io/InterStepBufferService/health_test.yaml

17 lines
513 B
YAML
Raw Normal View History

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