The GitHub Actions job "Flink Kubernetes Operator CI" on 
flink-kubernetes-operator.git/FLINK-snapshot-backoff-bug-test has failed.
Run started by GitHub user vsantwana (triggered by rmetzger).

Head commit for run:
8e18ecbab33f5e4bf00e0ce7bea48300ee02542c / Santwana Verma <[email protected]>
Add test proving backoffLimit=-1 (unlimited retries) bug in FlinkStateSnapshot

The default backoffLimit of -1 (documented as "unlimited retries") causes
snapshots to immediately fail after the first error. The check
`failures > backoffLimit` evaluates to `1 > -1` which is always true,
so no retries ever happen with the default configuration.

This test is expected to fail until the bug is fixed.

Report URL: 
https://github.com/apache/flink-kubernetes-operator/actions/runs/24132736625

With regards,
GitHub Actions via GitBox

Reply via email to