#29827: cloned DBs are not reused during tests on MySQL
---------------------------------------------+------------------------
               Reporter:  Sergey Fedoseev    |          Owner:  nobody
                   Type:  Bug                |         Status:  new
              Component:  Testing framework  |        Version:  2.0
               Severity:  Normal             |       Keywords:
           Triage Stage:  Unreviewed         |      Has patch:  0
    Needs documentation:  0                  |    Needs tests:  0
Patch needs improvement:  0                  |  Easy pickings:  0
                  UI/UX:  0                  |
---------------------------------------------+------------------------
 When I'm using `tests/runtests.py --parallel=8 -k`, I expect following
 runs to be faster than the prior one, because test DBs are created once
 and are reused in the following runs. On MySQL they take the same time. I
 see `mysqldump` in processes every time I run tests.

 It seems that this regression was introduced in
 e1253bc26facfa1d0fca161f43925e99c2591ced.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29827>
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/053.ee55861166c10965b71e469c3e1a35bd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to