mik-laj commented on issue #5096: [AIRFLOW-4311] Remove sleep in LocalExecutor
URL: https://github.com/apache/airflow/pull/5096#issuecomment-483003639
 
 
   It looks interesting.  I recently noticed that LocalExecutor works very 
slowly. When I added tests of several DAGs in tests, they did over 50 minutes, 
so I received a timeout error on Travis.
   https://github.com/PolideaInternal/airflow/pull/77
   I was to look at it in future.
   
   I am definitely for this PR, but travis reports a error
   
   ````
   ======================================================================
   55) FAIL: test_run_naive_taskinstance (tests.test_jobs.BackfillJobTest)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/test_jobs.py line 749 in test_run_naive_taskinstance
         self.assertEqual(ti_dependent0.state, State.FAILED)
      AssertionError: None != 'failed'
   
      -------------------- >> begin captured stdout << ---------------------
      [2019-04-14 15:40:00,636] {test_task_view_type_check.py:52} INFO - 
class_instance type: <class 
'unusual_prefix_61c0ab525b75d060ea41c0aa11a98c88efc72c26_test_task_view_type_check.CallableClass'>
      [2019-04-14 15:40:00,756] {test_task_view_type_check.py:52} INFO - 
class_instance type: <class 
'unusual_prefix_61c0ab525b75d060ea41c0aa11a98c88efc72c26_test_task_view_type_check.CallableClass'>
   
      --------------------- >> end captured stdout << ----------------------
      -------------------- >> begin captured logging << --------------------
      root: INFO: class_instance type: <class 
'unusual_prefix_61c0ab525b75d060ea41c0aa11a98c88efc72c26_test_task_view_type_check.CallableClass'>
      root: INFO: class_instance type: <class 
'unusual_prefix_61c0ab525b75d060ea41c0aa11a98c88efc72c26_test_task_view_type_check.CallableClass'>
      --------------------- >> end captured logging << ---------------------
   ````

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to