#23372: Test suite initial database construction is too slow
--------------------------------------+------------------------------------
     Reporter:  manfre                |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  Testing framework     |                  Version:  1.7
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by timgraham):

 Robert, when you run your tests in 1.7+ all migrations are applied, which
 takes several seconds per migration on 1.7 as reported in #23745. The
 performance of that will be improved in 1.8 as described in that ticket.
 You can check if you can use the
 [https://docs.djangoproject.com/en/dev/ref/django-admin/#django-admin-
 option---keepdb --keepdb] option in 1.8. Also, we might add an option to
 disable migrations when testing in the future. But ultimately, no, I don't
 think your issue is the one tracked by this ticket.

--
Ticket URL: <https://code.djangoproject.com/ticket/23372#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.fa0de1df579fedeafc2de4bbae26e927%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to