Skip to content

Commit e58cf6d

Browse files
knifecakeclaude
andcommitted
Also run migrations on queue database in stress test
The steady_queue tables live on the queue database, not the default one. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 05515d8 commit e58cf6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/stress_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def main():
418418
from django.core.management import call_command
419419

420420
call_command("migrate", "--run-syncdb", verbosity=0)
421+
call_command("migrate", "--run-syncdb", "--database", "queue", verbosity=0)
421422

422423
# Setup
423424
ensure_counter_table()

0 commit comments

Comments
 (0)