#16622: django.test.TestCase slow using PostgreSQL 8.4.4
--------------------------------------+-----------------------------------
               Reporter:  valhallasw  |          Owner:  nobody
                   Type:  Bug         |         Status:  new
              Milestone:              |      Component:  Testing framework
                Version:  1.3         |       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           |
--------------------------------------+-----------------------------------
Changes (by ramiro):

 * stage:  Unreviewed => Accepted


Comment:

 The TRUNCATE statement looks like this (from PostgreSQL 8.4.8 logs):

 {{{
 2011-08-12 23:13:30 ART LOG:  statement: TRUNCATE "auth_permission",
 "auth_group", "auth_group_permissions", "django_session",
 "auth_user_groups", "auth_user_user_permissions",
  "t16622_person", "auth_message", "django_site", "auth_user",
 "django_content_type";
 }}}

 1.2 shows the same behavior the OP repòrts for 1.2.3. So, ran bisection
 between 1.2 and 1.3 and it shows the commit where that TRUNCATE operation
 (plus others) got added is r15239 (for trunk, r15241 for the 1.2.X branch,
 so most surely there is a regression between 1.2.4 and 1.2.5 in this
 regard [haven't tested this myself])

 Moving back to ''accepted'', leaving ''component = Test framework'' for
 now.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16622#comment:6>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to