Opened 9 years ago

Last modified 6 weeks ago

#25540 new Bug

Reusing databases doesn't work on PostgreSQL for migrations tests — at Initial Version

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

Running migrations tests with keepdb results in failures for the second run. To reproduce:

./runpython --settings=<your_postgresql_settings> --keepdb migrations
# success
./runpython --settings=<your_postgresql_settings> --keepdb migrations
# Lots of failures.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top