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/06/19 08:12:15 UTC

[GitHub] [airflow] mik-laj commented on pull request #9380: Use current_app.dag_bag instead of global variable

mik-laj commented on pull request #9380:
URL: https://github.com/apache/airflow/pull/9380#issuecomment-646504132


   I was afraid that this change could affect the time it took to run the tests.  However, I checked it and saw no degradation.
       Before:
   ```
   ==================================================================== 1 failed, 169 passed, 6 skipped, 134 warnings in 370.20s (0:06:10) ====================================================================
   ```
    After:
   ```
   ==================================================================== 1 failed, 169 passed, 6 skipped, 134 warnings in 366.13s (0:06:06) ====================================================================
   ```
   
   I also did manual tests and didn't notice any problems.


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