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 2019/05/20 09:19:13 UTC

[GitHub] [airflow] AlexisBRENON commented on issue #5293: [AIRFLOW-4528] Cancel DataProc task on timeout

AlexisBRENON commented on issue #5293: [AIRFLOW-4528] Cancel DataProc task on timeout
URL: https://github.com/apache/airflow/pull/5293#issuecomment-493905802
 
 
   Addressed the error (`assert_called_once` is not available in all Python version, but it is weird as IĀ use the docker image to test locally and it works. Anyway, moved to `assert_called_once_with` which is used in other tests), and clean-up some useless mocks.

----------------------------------------------------------------
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