Changes between Version 1 and Version 2 of Ticket #36496, comment 10
- Timestamp:
- Jul 9, 2025, 2:17:50 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36496, comment 10
v1 v2 1 1 Damian, 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? 2 2 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 .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 and ensure isolation.