The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/reschedule-start-date-context has failed.
Run started by GitHub user hkc-8010 (triggered by hkc-8010).

Head commit for run:
ccbc4a57bfbf56463281ea28a9401e8864e6ef8a / Hemkumar Chheda 
<[email protected]>
Address review feedback on PR #68012

Fix the CI failures and review comments from PR #68012:
- Remove the dead module-level VersionBundle construction in
  schema/versions/__init__.py that referenced names only imported
  under TYPE_CHECKING, breaking the lazy cadwyn import on any access
  to the module and causing NameError in ~30 task-sdk tests.
- Remove a duplicated old_ver_client fixture and import block that
  had been pasted into test_task_instances.py, which triggered
  mypy no-redef and ruff F811/E402 failures in Static checks.
- Use func.min(start_date) instead of ordering by TaskReschedule.id
  when computing the first reschedule start date, since insertion
  order does not guarantee chronological order.

Report URL: https://github.com/apache/airflow/actions/runs/28640780673

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to