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

Slowing down testing #35

Open
deltaGPhys opened this issue Sep 15, 2019 · 0 comments
Open

Slowing down testing #35

deltaGPhys opened this issue Sep 15, 2019 · 0 comments

Comments

@deltaGPhys
Copy link

deltaGPhys commented Sep 15, 2019

Package is working great. When I am testing with a test db, though, I get a looong pause on:

Operations to perform:
  Synchronize unmigrated apps: admindocs, colorfield, dbbackup, django_archive, django_user_agents, messages, staticfiles
  Apply all migrations: admin, auth, benchmarks, contenttypes, gbook, sessions
Running pre-migrate handlers for application gbook
Running pre-migrate handlers for application benchmarks
Running pre-migrate handlers for application admin
Running pre-migrate handlers for application auth
Running pre-migrate handlers for application contenttypes
Running pre-migrate handlers for application sessions
Running pre-migrate handlers for application django_user_agents
Synchronizing apps without migrations:
  Creating tables...
    Running deferred SQL...
Running migrations:
  No migrations to apply.
Running post-migrate handlers for application gbook
Running post-migrate handlers for application benchmarks
Running post-migrate handlers for application admin
Running post-migrate handlers for application auth
Running post-migrate handlers for application contenttypes
Running post-migrate handlers for application sessions
Running post-migrate handlers for application django_user_agents

This last line - everything else goes by fast, and it takes a minute or more to clear the django_user_agents line. Anybody know what causes that or how to speed it up? Seen this before, @selwin ?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@deltaGPhys and others