Changes between Version 1 and Version 2 of Ticket #25540


Ignore:
Timestamp:
Oct 11, 2015, 6:47:35 AM (9 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25540 – Description

    v1 v2  
    11Running migrations tests with keepdb results in failures for the second run. To reproduce:
    22{{{
    3 ./runtests,py --settings=<your_postgresql_settings> --keepdb migrations
     3./runtests.py --settings=<your_postgresql_settings> --keepdb migrations
    44# success
    55./runtests.py --settings=<your_postgresql_settings> --keepdb migrations
Back to Top