ashb commented on PR #45570:
URL: https://github.com/apache/airflow/pull/45570#issuecomment-2584623251

   Tests are failing with this:
   
   ```
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[backfill-failed]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[backfill-success]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[backfill-queued]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[scheduled-failed]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[scheduled-success]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[scheduled-queued]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[manual-failed]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[manual-success]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[manual-queued]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[asset_triggered-failed]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[asset_triggered-success]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   FAILED 
tests/api_connexion/endpoints/test_dag_run_endpoint.py::TestPatchDagRunState::test_action_logging[asset_triggered-queued]
 - TypeError: bag_dag() got an unexpected keyword argument 'root_dag'
   ```
   
   which I think main is suffering from too.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to