vote up 0 vote down star

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
flag
Anything else slow? Or just the tests? – Harold Mar 29 at 18:26

3 Answers

vote up 0 vote down

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 3 vote down

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

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.