Opened 10 years ago
Last modified 20 months ago
#25540 new Bug
Reusing databases doesn't work on PostgreSQL for migrations tests — at Version 1
| Reported by: | Anssi Kääriäinen | Owned by: | nobody |
|---|---|---|---|
| Component: | Migrations | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Ülgen Sarıkavak | Triage Stage: | Accepted |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Running migrations tests with keepdb results in failures for the second run. To reproduce:
./runtests,py --settings=<your_postgresql_settings> --keepdb migrations # success ./runtests.py --settings=<your_postgresql_settings> --keepdb migrations # Lots of failures.
Change History (1)
comment:1 by , 10 years ago
| Description: | modified (diff) |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
This also happens on 1.8.