#34903: Parallel test runner failure on Windows
---------------------------------------------+------------------------
               Reporter:  David Smith        |          Owner:  nobody
                   Type:  Bug                |         Status:  new
              Component:  Testing framework  |        Version:  4.2
               Severity:  Normal             |       Keywords:
           Triage Stage:  Unreviewed         |      Has patch:  0
    Needs documentation:  0                  |    Needs tests:  0
Patch needs improvement:  0                  |  Easy pickings:  0
                  UI/UX:  0                  |
---------------------------------------------+------------------------
 2128a73713735fb794ca6565fd5d7792293f5cfa introduced a regression when
 running the test suite in parallel mode on Windows.

 The traceback is long, here's a snippet.

 {{{
 Process SpawnPoolWorker-47:
 Traceback (most recent call last):
   File "C:\Program
 
Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1520.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\process.py",
 line 314, in _bootstrap
     self.run()
   File "C:\Program
 
Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1520.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\process.py",
 line 108, in run
     self._target(*self._args, **self._kwargs)
   File "C:\Program
 
Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1520.0_x64__qbz5n2kfra8p0\Lib\multiprocessing\pool.py",
 line 109, in worker
     initializer(*initargs)
   File "C:\Users\smith\projects\django\django\test\runner.py", line 442,
 in _init_worker
     connection.creation.setup_worker_connection(_worker_id)
   File
 "C:\Users\smith\projects\django\django\db\backends\sqlite3\creation.py",
 line 145, in setup_worker_connection
     source_db = self.connection.Database.connect(
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 sqlite3.OperationalError: unable to open database file
 Process SpawnPoolWorker-48:
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34903>
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/0107018b3e749a8b-1cc81e2b-5dc4-4958-a264-5d3324f2f811-000000%40eu-central-1.amazonses.com.

Reply via email to