| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-27 | Fixed #36946 -- Respected test database name when running tests in parallel ↵ | Sage Abdullah | |
| on SQLite. The "spawn" and "forkserver" multiprocessing modes were affected. | |||
| 2025-07-29 | Fixed #36531 -- Added forkserver support to parallel test runner. | Mariusz Felisiak | |
| 2022-03-15 | Fixed #31169 -- Adapted the parallel test runner to use spawn. | David Smith | |
| Co-authored-by: Valz <ahmadahussein0@gmail.com> Co-authored-by: Nick Pope <nick@nickpope.me.uk> | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2021-03-25 | Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ↵ | Girish Sontakke | |
| SQLite. | |||
| 2019-12-31 | Refs #31117 -- Isolated backends.sqlite.test_creation.TestDbSignatureTests. | Mariusz Felisiak | |
| 2019-11-21 | Fixed #30413 -- Fixed test database signature on SQLite when test database ↵ | Farhaan Bukhsh | |
| name is provided. Previously, the same signature was created for multiple in-memory databases on SQLite when they had tests databases names DATABASES['TEST']['NAME']. | |||
