#31117: ThreadTests fails due to double test_ prefix caused by 
TestDbCreationTests.
-----------------------------------+------------------------------------
     Reporter:  Matthijs Kooijman  |                    Owner:  nobody
         Type:  Bug                |                   Status:  new
    Component:  Testing framework  |                  Version:  master
     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 Matthijs Kooijman):

 Oh, never mind the last part of my previous comment. Maybe I failed to
 stress that this only fails with MySQL and Postgres, while SQLite is
 unaffected (because it uses no NAME for the in-memory database used by
 default). So running with mysql and `--parallel 1` does indeed fail:

 {{{
 ./runtests.py multiple_database.tests backends.base backends.tests
 --parallel 1
 }}}

 But removing `-parallel makes things work again, so there is likely some
 ordering difference there.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31117#comment:3>
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/074.869e761242b603fc8cea1c6eb4370aad%40djangoproject.com.

Reply via email to