#34849: Appending django.contrib.postgres to the INSTALLED_APPS via
@modify_settings crashes.
-------------------------------------+-------------------------------------
     Reporter:  Mariusz Felisiak     |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  5.0
  (models, ORM)                      |
     Severity:  Release blocker      |               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 Florian Zimmermann):

 > First of all we run the entire test suite not random subsets of test
 classes.

 So it's expected that the tests behave differently when I only run a
 subset of them? I can't even reproduce this if I just run the failing
 tests by themselves...

 {{{
 > python runtests.py --settings test_postgres postgres_tests.test_apps
 # works

 > python runtests.py --settings test_postgres
 postgres_tests.test_aggregates
 # works

 > python runtests.py --settings test_postgres --parallel 1
 postgres_tests.test_apps postgres_tests.test_aggregates
 # works

 > python runtests.py --settings test_postgres --parallel 2
 postgres_tests.test_apps postgres_tests.test_aggregates
 # fails
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34849#comment:5>
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018ab2245bcd-eaea8b0d-e69e-4e61-8baa-da44185b6a37-000000%40eu-central-1.amazonses.com.

Reply via email to