#34825: SQLite database files are not destroyed after tests
-------------------------------------+-------------------------------------
     Reporter:  Jacob Walls          |                    Owner:  David
                                     |  Sanders
         Type:  Bug                  |                   Status:  assigned
    Component:  Testing framework    |                  Version:  dev
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Natalia Bidart):

 I'm not being able to reproduce, I'm using python3.11 with latest `main`
 on a Manjaro system:

 {{{
 $ python3.11 runtests.py admin_inlines
 Testing against Django installed in
 '/home/nessita/fellowship/django/django' with up to 4 processes
 Found 82 test(s).
 Creating test database for alias 'default'...
 Cloning test database for alias 'default'...
 Cloning test database for alias 'default'...
 Cloning test database for alias 'default'...
 Cloning test database for alias 'default'...
 System check identified no issues (0 silenced).
 
..............ssssssssssss........................................................
 ----------------------------------------------------------------------
 Ran 82 tests in 1.928s

 OK (skipped=12)
 Destroying test database for alias 'default'...
 Destroying test database for alias 'default'...
 Destroying test database for alias 'default'...
 Destroying test database for alias 'default'...
 Destroying test database for alias 'default'...

 $ git st
 On branch main
 Your branch is up to date with 'origin/main'.

 nothing to commit, working tree clean

 $ ls *sqlite*
 test_sqlite.py
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34825#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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018a8568fd82-5ff9e86c-e29d-4ba9-a6b1-cc28110f0d16-000000%40eu-central-1.amazonses.com.

Reply via email to