github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/flink.apache.org/FlinkDeployment/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Healthy
     4    inputPath: testdata/healthy_running_v0.1.x.yaml
     5  - healthStatus:
     6      status: Healthy
     7    inputPath: testdata/healthy_running_v1.x.yaml
     8  - healthStatus:
     9      status: Healthy
    10    inputPath: testdata/healthy_suspended_v0.1.x.yaml
    11  - healthStatus:
    12      status: Healthy
    13    inputPath: testdata/healthy_suspended_v1.x.yaml
    14  - healthStatus:
    15      status: Progressing
    16      message: Waiting for deploying
    17    inputPath: testdata/progressing_deployedNotReady.yaml
    18  - healthStatus:
    19      status: Progressing
    20      message: Waiting for deploying
    21    inputPath: testdata/progressing_deploying.yaml
    22  - healthStatus:
    23      status: Degraded
    24      message: "org.apache.flink.configuration.IllegalConfigurationException: TaskManager memory configuration failed: Cannot read memory size from config option ''taskmanager.memory.network.max''."
    25    inputPath: testdata/degraded_error.yaml