From 266c7c83e022621e51db5ef74bfc114c5eb6f235 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 3 Feb 2020 10:38:04 -0800 Subject: [PATCH] test_fixtures: Note populate_db depends on server_initialization.py. This should ensure that folks rebasing past this commit from an older database model get their database rebuilt in the way that will match the test_subs.py query count of 40. --- zerver/lib/test_fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zerver/lib/test_fixtures.py b/zerver/lib/test_fixtures.py index ffbb2b5153..9502a00a33 100644 --- a/zerver/lib/test_fixtures.py +++ b/zerver/lib/test_fixtures.py @@ -197,6 +197,7 @@ def template_database_status( 'zilencer/management/commands/populate_db.py', 'zerver/lib/bulk_create.py', 'zerver/lib/generate_test_data.py', + 'zerver/lib/server_initialization.py', 'tools/setup/postgres-init-test-db', 'tools/setup/postgres-init-dev-db', 'zerver/migrations/0258_enable_online_push_notifications_default.py',