The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
daccc75b064c735636027b20f3edb82da69ffab1 / Jarek Potiuk <[email protected]>
Make task.run work with DB isolation (#41154)

This PR adds possibility to handle tests that perform task.run
call in DB isolation mode. This call is treated specially - i.e.
it will be possible for the run() method to use the DB directly.
to set up the task but then when _run_raw_task below will use
the DB, there will be an error raised.

That allows to fix the `test_core.py` and likely a number of
other tests that rely on the run() method to run the tests.

This required to improve the _set_ti_attrs method to handle
dag_run inside the task instance pydantic to task instance
mapping - because we are actually using TaskInstance for those
tests not TaskInstancePydantic under the hood.

Related: #41067

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

With regards,
GitHub Actions via GitBox


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

Reply via email to