Upgraded to ubuntu 9.04 django test are now slow

788 Views Asked by At

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
2

There are 2 best solutions below

0
On

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

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

0
On

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.