Re: Bump to Django 1.4rc1 causes near doubling of test run time

2012-03-12 Thread Philip Kimmey
Sorry - I was going to try and reproduce this result with a little bit more rigor, but didn't have time. My test environment is running against SQLite & Django's file based cache system. Frankly, I probably should have done more side-by-side testing of the two different revs before submitting it

Re: Bump to Django 1.4rc1 causes near doubling of test run time

2012-03-10 Thread Ramiro Morales
On Sat, Mar 10, 2012 at 4:16 PM, Philip Kimmey wrote: > Hi folks, > > I bumped Django from 1.4 alpha to 1.4rc1 and all of a sudden my unit > test runs went from ~16mins to ~29mins. The 16 minutes was extremely > stable before (many hundreds of runs in Jenkins) and the 29 mins is > very consistent

Bump to Django 1.4rc1 causes near doubling of test run time

2012-03-10 Thread Philip Kimmey
Hi folks, I bumped Django from 1.4 alpha to 1.4rc1 and all of a sudden my unit test runs went from ~16mins to ~29mins. The 16 minutes was extremely stable before (many hundreds of runs in Jenkins) and the 29 mins is very consistent now (about 10 runs.) Any ideas what might have changed between Dj