The GitHub Actions job "Tests" on 
airflow.git/bugfix/fix-celery-integration-tests has failed.
Run started by GitHub user dheerajturaga (triggered by dheerajturaga).

Head commit for run:
9c6fca2ef06a66cdb67dd81ce21f891186ee6524 / Dheeraj Turaga 
<[email protected]>
AIP-67 Fix incomplete workload payloads in Celery executor integration test

  The test constructed ExecuteTask and TaskInstance via model_construct(),
  which bypasses Pydantic validation. Fields added or made required by
  #50825 (dag_version_id, pool_slots) and inherited from BaseDagBundleWorkload
  (token, dag_rel_path, bundle_info, log_path) were missing. This went
  unnoticed until #60675 changed task dispatch to run in ProcessPoolExecutor
  subprocesses where mock patches don't apply, causing the real
  execute_workload (with full schema validation) to run on the worker.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to