The GitHub Actions job "Flink CI (beta)" on flink.git/release-1.20 has succeeded. Run started by GitHub user MartijnVisser (triggered by MartijnVisser).
Head commit for run: c47b8eefd2d23f688fc8ad4d0862c97d42f616f5 / Martijn Visser <[email protected]> [FLINK-40074][tests] Avoid @TempDir cleanup race in SinkV2ITCase scaling test writerAndCommitterExecuteInStreamingModeWithScaling injected the checkpoint directory through JUnit's @TempDir. The class-shared MiniCluster keeps discarding checkpoint state asynchronously after the finished job returns its result, so JUnit's temp directory deletion races with that discard and intermittently fails with "Failed to delete temp directory" once the job is done, even though all test assertions pass. Manage the checkpoint directory explicitly and clean it up quietly with FileUtils#deleteDirectoryQuietly, which is safe against concurrent deletions and never lets a cleanup failure mask a real test failure. Generated-by: Claude Fable 5 Report URL: https://github.com/apache/flink/actions/runs/28824731283 With regards, GitHub Actions via GitBox
