Re: Django 1.3: running test suit

2011-03-25 Thread Jacob Kaplan-Moss
On Fri, Mar 25, 2011 at 10:43 PM, Alex Gaynor wrote: > There's http://code.djangoproject.com/ticket/3615, most of the effort there > has been on making MySQL not be stupid though :)  Someone at PyCon told me > they found a way to make it work though (Chris Adams I think?). I dunno -- almost every

Re: Django 1.3: running test suit

2011-03-25 Thread Alex Gaynor
On Fri, Mar 25, 2011 at 11:41 PM, Jacob Kaplan-Moss wrote: > On Fri, Mar 25, 2011 at 6:45 PM, maxi wrote: > > Yes, that seems to be the problem. Firebird doesn't support deferred > > constraints. > > Are there any approach or workaround to solve this ? > > No workarounds, no. We need to refactor

Re: Django 1.3: running test suit

2011-03-25 Thread Jacob Kaplan-Moss
On Fri, Mar 25, 2011 at 6:45 PM, maxi wrote: > Yes, that seems to be the problem. Firebird doesn't support deferred > constraints. > Are there any approach or workaround to solve this ? No workarounds, no. We need to refactor our test suite to not rely on deferred constraints (except of course wh

Re: Django 1.3: running test suit

2011-03-25 Thread maxi
On 25 mar, 20:22, Alex Gaynor wrote: > On Fri, Mar 25, 2011 at 7:20 PM, maxi wrote: > > On 25 mar, 19:21, Gabriel Hurley wrote: > > > The extra object is in the initial_data.json fixture which is loaded > > > automatically. If you're not seeing that object than something is wrong > > with > >

Re: Django 1.3: running test suit

2011-03-25 Thread Alex Gaynor
On Fri, Mar 25, 2011 at 7:20 PM, maxi wrote: > On 25 mar, 19:21, Gabriel Hurley wrote: > > The extra object is in the initial_data.json fixture which is loaded > > automatically. If you're not seeing that object than something is wrong > with > > your initial_data fixture loading. > > > > -

Re: Django 1.3: running test suit

2011-03-25 Thread maxi
On 25 mar, 19:21, Gabriel Hurley wrote: > The extra object is in the initial_data.json fixture which is loaded > automatically. If you're not seeing that object than something is wrong with > your initial_data fixture loading. > >     - Gabriel Hi Gabriel, Thank for response. I see now what I ha

Re: Django 1.3: running test suit

2011-03-25 Thread Gabriel Hurley
The extra object is in the initial_data.json fixture which is loaded automatically. If you're not seeing that object than something is wrong with your initial_data fixture loading. - Gabriel -- You received this message because you are subscribed to the Google Groups "Django developers" g

Re: Django 1.3: running test suit

2011-03-25 Thread maxi
On 25 mar, 16:44, Paul McMillan wrote: > We can't help you if you don't tell us a bit more about your system. > What version of Python? What OS? I'm running django 1.3 from trunk. I'm using Ubuntu 10.04 and python 2.6.5 >Is there anything else unusual about > your system or how you are running t

Re: Django 1.3: running test suit

2011-03-25 Thread Paul McMillan
We can't help you if you don't tell us a bit more about your system. What version of Python? What OS? Is there anything else unusual about your system or how you are running the tests? -Paul -- You received this message because you are subscribed to the Google Groups "Django developers" group.

Django 1.3: running test suit

2011-03-25 Thread maxi
Hi, I've running (or trying) the django 1.3 test suite and I've got an error with the next traceback... Traceback (most recent call last): File "/home/maxi/projects/django/django/tests/modeltests/fixtures/ tests.py", line 221, in test_compress_format_loading '' File "/home/maxi/projects/d