#25406: _create_test_db hides errors like 'source database "template1" is being
accessed by other users' with --keepdb
-------------------------------------+-------------------------------------
     Reporter:  Daniel Hahler        |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     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 Daniel Hahler):

 Another example is "ProgrammingError: permission denied to create
 database".

 I think an easy improvement would be to log the exception always.
 And/or really check if the database exists already when skipping it for
 "keepdb".

 Is it possible to use "CREATE DABASE ... IF NOT EXISTS" or something
 similar here?

--
Ticket URL: <https://code.djangoproject.com/ticket/25406#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 post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.e0da3521c5b868b34440feae9ba66b06%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to