#27571: Conditionally add TEST_DATABASE_PREFIX to db name
-------------------------------------+-------------------------------------
               Reporter:  Alex       |          Owner:  nobody
  Alvarez                            |
                   Type:  New        |         Status:  new
  feature                            |
              Component:  Testing    |        Version:  master
  framework                          |       Keywords:
               Severity:  Normal     |  TEST_DATABASE_PREFIX
           Triage Stage:             |      Has patch:  1
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 I setup a test runner for postgres, pointing to a local postgres that's
 setup on the fly, but the test database name was being rewritten -- which
 was done for safety reasons, I get it -- it's documented.

 It would be nice if the database already had `TEST_DATABASE_PREFIX` , we
 wouldn't add it again.
 e.g. -- not do `test_<db_name>` to  `test_test_<db_name>`

 https://github.com/django/django/pull/7655

--
Ticket URL: <https://code.djangoproject.com/ticket/27571>
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/060.30a83fa2e5590cc46b9635368fa4c966%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to