zhongjiajie commented on issue #6881: [AIRFLOW-6326] Sort cli commands and arg
URL: https://github.com/apache/airflow/pull/6881#issuecomment-570749730
 
 
   I run `test/test_core.py` local in Airflow breeze, and found out unittest 
`test_local_task_job` failed random , the failed reason is **Timeout**.
   And I check the code and database, when 
https://github.com/apache/airflow/blob/3d82e8cf6a9b6b0af3fafef0769f77ced1974cbf/tests/test_core.py#L321
   this line run, table `airflow.dag_run` add a new dag run record but state 
still on **running**, so after 8 mins cause timeout error.
   
   The point is I could not found why dag run don't change to `success`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to