#14256 closed (wontfix)
Add support to testserver for the --skip-db-init option
Reported by: | Martin Chase | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
We would like to run testserver multiple times and maintain database persistence. We would also like to run testserver to concurrently access the same database as has been setup by a call to the test command.
Note:
See TracTickets
for help on using tickets.
After discussion about why this was needed, a solution was found that doesn't require changing Django at all, so there's no need for this at this time (and it has some dangerous downsides, so isn't worth adding just for fun).