#30171: Fix DatabaseError threading error during servers tests
-------------------------------------+-------------------------------------
     Reporter:  Jon Dufresne         |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Database layer       |                  Version:  2.2
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"76990cbbda5d93fda560c8a5ab019860f7efaab7" 76990cb]:
 {{{
 #!CommitTicketReference repository=""
 revision="76990cbbda5d93fda560c8a5ab019860f7efaab7"
 Fixed #30171 -- Fixed DatabaseError in servers tests.

 Made DatabaseWrapper thread sharing logic reentrant. Used a reference
 counting like scheme to allow nested uses.

 The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30171#comment:4>
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/067.57f864f716288c2d7104544445d4a858%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to