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

Head commit for run:
4e70337baa96476a8b6f13e136d6c8a9a4f8f3a1 / Jarek Potiuk <[email protected]>
Improve detection of the airflow code vs. test code in db isolation (#41127)

The current code has been only checking when the session is created
in tests - to see if the aiflow code is not using the session,
However, Sometimes when session is created in the tests and passed
to "airflow" code (say running a task) - the session can be
passed directly and it does not matter where the session is
created but where it is used. This PR implements checking of
that - and handles better the edge cases.

The message is also improved in this case - we show the exact
case where the session was used in airflow, on top of the
whole stacktrace so you should be able to see easily what
the problem is.

Related: #41067

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

With regards,
GitHub Actions via GitBox


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

Reply via email to