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 2021/07/17 18:47:22 UTC

[GitHub] [airflow] raphaelauv removed a comment on pull request #17061: [FIX] Docker provider - retry docker in docker

raphaelauv removed a comment on pull request #17061:
URL: https://github.com/apache/airflow/pull/17061#issuecomment-881941311


   I can't since there is this line
   
   https://github.com/apache/airflow/blob/675db5c59768e628619a190eb9030f41ebb86fe8/tests/providers/docker/operators/test_docker.py#L42
   
   the name of the tempdir is not the own asked then the if (line 255) never match then it re-raise the except making fail the test
   
   I would prefer to remove this retry logic 
   
   since users of docker in docker can put 
   
   mount_tmp_dir = False
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org