Opened 9 years ago

Last modified 6 weeks 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 Claude Paroz)

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 Claude Paroz, 9 years ago

Description: modified (diff)
Triage Stage: UnreviewedAccepted

This also happens on 1.8.

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