mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
The `get_migration_status` command calls `connections.close_all()` when its done and it was previously only called when we need to rebuild the dev or test database and when running the `get_migration_status` command. This commit moves the `connections.close_all()` call out of the function and into `test_fixtures.py` directly, making sure it will only be called when we are rebuilding the dev/test database. This is a prep work to refactor the check migration function of import/export later on which plans to use `get_migration_status`.
14 KiB
14 KiB