wenjin272 opened a new pull request, #1041: URL: https://github.com/apache/flink-agents/pull/1041
Linked issue: N/A (hotfix) ### Purpose of change The nightly checkpoint-recovery job failed its runtime identity check because the expected Flink Agents version was hard-coded to `0.3.dev0`, while the current project version is `0.4.dev0`. This change derives the expected version from `python/pyproject.toml` by default, keeps the `EXPECTED_AGENTS_VERSION` environment override, and adds regression coverage for future version updates. ### Tests - `bash -n e2e-test/test-scripts/test_checkpoint_recovery.sh` - `bash -n tools/test/helpers/recovery.bash` - Targeted checkpoint-recovery Bats tests: 83 passed - `/opt/homebrew/bin/bash tools/test/run.sh`: completed 315 tests without failures (5 environment-dependent tests skipped) ### API No. This change only updates an end-to-end test script and its test helpers. ### Documentation - [ ] `doc-needed` - [x] `doc-not-needed` - [ ] `doc-included` ### Was this patch authored or co-authored using generative AI tooling? - [x] Yes - [ ] No Generated-by: Codex CLI 0.144.5 (GPT-5.6-sol) -- 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]
