You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/04 02:38:42 UTC

[GitHub] [airflow] zhongjiajie edited a comment on issue #6881: [AIRFLOW-6326] Sort cli commands and arg

zhongjiajie edited a comment 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`. If you could help will be bettter @mik-laj 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services