Changes between Initial Version and Version 1 of Ticket #25540


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

This also happens on 1.8.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25540

    • Property Triage Stage UnreviewedAccepted
  • Ticket #25540 – Description

    initial v1  
    11Running migrations tests with keepdb results in failures for the second run. To reproduce:
    22{{{
    3 ./runpython --settings=<your_postgresql_settings> --keepdb migrations
     3./runtests,py --settings=<your_postgresql_settings> --keepdb migrations
    44# success
    5 ./runpython --settings=<your_postgresql_settings> --keepdb migrations
     5./runtests.py --settings=<your_postgresql_settings> --keepdb migrations
    66# Lots of failures.
    77}}}
Back to Top