views:

656

answers:

3

Upgraded my laptop to Ubuntu 9.04 and runing latest trunk of django and my test suite has tripled in time to run.

Python2.6
Mysql
Django 1.1 beta 1 SVN-10137
+3  A: 

Quote from the Official Jaunty IRC (#ubuntu+1 on Freenode)

Jaunty is NOT RELEASED and NOT SUPPORTED. It will most certainly break your system.

Lakshman Prasad
A: 

You should verify that your tests are running in a transaction. Is MySQL using the InnoDB or MyISAM backend? If you were using InnoDB before and now MyISAM there is no transaction support in MyISAM.

Jason Christa
A: 

I wanted to vote down the "jaunty is not supported" scolding. It wasted my time, because I googled in from upgrading from 8.x to 9.04 and observed the same slow-down.

Phlip