featzhang commented on PR #27984: URL: https://github.com/apache/flink/pull/27984#issuecomment-4306000049
The CI failure in `Test - core` for Build [#74380](https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=74380) is caused by an **unrelated flaky test** `RescaleTimelineITCase` in the `flink-runtime` module: - `testRescaleTerminatedByResourceRequirementsUpdated`: Run 1 PASS, Run 2 FAIL with `expected: RESOURCE_REQUIREMENTS_UPDATED but was: NO_RESOURCES_OR_PARALLELISMS_CHANGE` (timing-sensitive state transition). - `testRescaleTerminatedByJobCancelled`: Run 1 `AssumptionViolated`, Run 2 `Timeout` on `waitUntilConditionWithTimeout`. This PR only touches `docs/` and `flink-table/flink-table-planner/` — **zero overlap** with `flink-runtime` where the failing test lives. The `RescaleTimelineITCase` is a recently introduced adaptive-scheduler IT case (FLINK-38342/FLINK-38343/FLINK-38895, last modified 2026-04-09) and is time-sensitive. Re-triggering the build. @flinkbot run azure -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
