#27734: Parallel tests try to use database with too high indices
-----------------------------------+--------------------------------------
     Reporter:  Adam Wróbel        |                    Owner:  nobody
         Type:  Bug                |                   Status:  new
    Component:  Testing framework  |                  Version:  1.10
     Severity:  Normal             |               Resolution:
     Keywords:  parallel           |             Triage Stage:  Unreviewed
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+--------------------------------------

Comment (by Adam Wróbel):

 I don't know if it's Django's fault, but I do know that it's Django that
 is creating test databases and configuring connection parameters. If you
 take a look on the backtrace you'll see that the only other Python package
 on it is psycopg2.

 Parallel nature of this problem makes it hard to investigate with my
 debugger. The exception occurs in the child process, but I don't know
 where the incorrect information is generated. I was hoping for a hint for
 where to start the search.

--
Ticket URL: <https://code.djangoproject.com/ticket/27734#comment:2>
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/061.c9dc9a3c72a295e299206250cfe6c689%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to