Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slightly faster downgrade tests #26939

Merged
merged 2 commits into from
Oct 14, 2022

Commits on Oct 13, 2022

  1. Speed up downgrade DB tests

    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.
    ashb committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    dbca09f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f3a604 View commit details
    Browse the repository at this point in the history