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 2022/10/07 16:29:34 UTC

[GitHub] [airflow] ashb opened a new pull request, #26939: Slightly faster downgrade tests

ashb opened a new pull request, #26939:
URL: https://github.com/apache/airflow/pull/26939

   There are two changes here:
   
   1. Don't reserialize the dags. It's not part of the test so just adds extra time
   
   2. Use `cached_app` in the migrations, rather than creating three copies of the app.
   
      To _ensure_ this has no side-effect outside of migrations we also purge the cached app at the end of running migrations, but only if it was already imported.
   
   
   Depends on #26885 (just because that is about to land and it will conflict)


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


[GitHub] [airflow] ashb commented on pull request #26939: Slightly faster downgrade tests

Posted by GitBox <gi...@apache.org>.
ashb commented on PR #26939:
URL: https://github.com/apache/airflow/pull/26939#issuecomment-1271816475

   Locally this saved about 15s for me -- not huge, but it's not a very complex change either so I think worth it


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


[GitHub] [airflow] jedcunningham merged pull request #26939: Slightly faster downgrade tests

Posted by GitBox <gi...@apache.org>.
jedcunningham merged PR #26939:
URL: https://github.com/apache/airflow/pull/26939


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