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
|
|
Upgraded my laptop to Ubuntu 9.04 and runing latest trunk of django and my test suite has tripled in time to run.
|
|||
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
Quote from the Official Jaunty IRC (#ubuntu+1 on Freenode)
|
||
|
|