The GitHub Actions job "Flink Kubernetes Operator CI" on 
flink-kubernetes-operator.git/FLINK-39838 has succeeded.
Run started by GitHub user spuru9 (triggered by gyfora).

Head commit for run:
02de5826f27f973071eaf628289dd653a7b27473 / Purushottam Sinha 
<[email protected]>
[FLINK-39838] Fix slot-registration race in RestApiMetricsCollectorTest

testJmMetricCollection started failing on Flink 1.20.4: the JobManager now
exposes the task-slot metrics before the TaskManager has registered its slots,
so the test's await (which only waited for a non-empty result) could capture
taskSlotsTotal=0 and fail the assertion. Use Awaitility's untilAsserted to
retry the existing assertion until the slots are registered.

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

With regards,
GitHub Actions via GitBox

Reply via email to