log bitten/tests/upgrades.py @ 860:ac28bc3feb2a

age author description
Sun, 17 Oct 2010 23:20:44 +0000 hodgestar Refuse to create log folder during database upgrade if the folder already exists. The existence of such a folder is an indication that a previous attempt to migrate the logs into files has failed and that the folder should be removed before continuing. See #462 for further discussion.
Tue, 12 Oct 2010 21:23:28 +0000 hodgestar Add checks that (PostgreSQL) sequences have ended up in the correct state at the end of the upgrade scripts. Test currently fails on PostgreSQL as a result of #632.
Wed, 06 Oct 2010 09:49:05 +0000 osimons Updated copyright to 2010.
Fri, 30 Apr 2010 12:38:11 +0000 hodgestar Extend upgrade test to check that build ids are preserved.
Sat, 24 Apr 2010 15:11:23 +0000 wbell Add new last_activity field to build. I considered reusing stopped, but this seemed cleaner and more obvious, which seems like the right way to go.
Sat, 20 Feb 2010 09:48:34 +0000 hodgestar Add upgrade method that cleans up .log.levels files which at one point where not properly deleted when builds were removed (with test). Fix fix_log_levels_misnaming test to not rely on the order of logging messages (log message order reflects the directory listing order which can vary).
Fri, 19 Feb 2010 11:51:46 +0000 hodgestar Add upgrade script to fix badly named .log.level files. Don't use BuildLog.LEVELS_SUFFIX in upgrade scripts. See #517.
Wed, 28 Oct 2009 22:17:02 +0000 hodgestar Only patch test configuration database uri if the version of Trac has support for different test databases.
Tue, 27 Oct 2009 23:20:00 +0000 hodgestar Database upgrade cleanup:
Copyright (C) 2012-2017 Edgewall Software