For the record, here is the ticket:
https://code.djangoproject.com/ticket/16329
Best regards,
Cesar Canassa
2011/6/24 Russell Keith-Magee
> On Fri, Jun 24, 2011 at 2:08 PM, Cesar Canassa
> wrote:
> > I think I solved this! The reason why the test cases were taking so long
> was
> > because Dj
On Fri, Jun 24, 2011 at 2:08 PM, Cesar Canassa wrote:
> I think I solved this! The reason why the test cases were taking so long was
> because Django was not enabling the transaction support, so the tests were
> falling back to the non-transaction TestCase
> My project has two test databases but t
I think I solved this! The reason why the test cases were taking so long was
because Django was not enabling the transaction support, so the tests were
falling back to the non-transaction TestCase
My project has two test databases but the 'log' is not used anymore so I
didn't care if it was create
On Fri, Jun 24, 2011 at 11:54 AM, Cesar Canassa wrote:
> Hi Russ!
> I did some more testing, I found out that each test is taking an extra ~1s
> to run, no matter the test size. See this TestCase for example, it
> takes 4.067s to run.
> from django.test import TestCase
> class JobTest(TestCase):
>
Hi Russ!
I did some more testing, I found out that each test is taking an extra ~1s
to run, no matter the test size. See this TestCase for example, it
takes 4.067s to run.
from django.test import TestCase
class JobTest(TestCase):
def test_1(self):
pass
def test_2(self):
On Wed, Jun 22, 2011 at 1:31 AM, Cesar Canassa wrote:
> I am working in a large Django project that is currently using the 1.2.3
> version. The project test suite has around 500 test which take ~50 seconds
> to run in my machine.
> I recently did a upgrade to the Django 1.3 version, the upgrade wa
I am working in a large Django project that is currently using the 1.2.3
version. The project test suite has around 500 test which take ~50 seconds
to run in my machine.
I recently did a upgrade to the Django 1.3 version, the upgrade was smooth
so far, most problems came from the SQL Server driver
7 matches
Mail list logo