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

Head commit for run:
780513f6524a5b0b0d8244b98bd59551805be1b0 / Jarek Potiuk <[email protected]>
Fix most test_task_instance_endpoint tests

There were two reasons for the test failed:

* when the Job was added to task instance, the task instance was not
  merged in session, which means that commit did not store the added
  Job

* some of the tests were expecting a call with specific session
  and they failed because session was different. Replacing the
  session with mock.ANY tells pytest that this parameter can be
  anything - we will have different session when when the call will
  be made with ASGI/Starlette

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

With regards,
GitHub Actions via GitBox


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

Reply via email to