Changes between Version 1 and Version 2 of Ticket #36496, comment 10


Ignore:
Timestamp:
Jul 9, 2025, 2:17:50 PM (2 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36496, comment 10

    v1 v2  
    11Damian, do you have a requirement that parallel test databases are backed by actual files instead of being in memory per worker process which should ensure isolation?
    22
    3 What I mean is that if you want to avoid collisions until this gets fixed you could simply set `DATABASES['<alias>']['TEST']['NAME'] = ':memory:'` which is a common setup to speed up tests.
     3What I mean is that if you want to avoid collisions until this gets fixed you could simply set `DATABASES['<alias>']['TEST']['NAME'] = ':memory:'` which is a common setup to speed up tests and ensure isolation.
Back to Top