On Thu, Jul 19, 2012 at 8:32 PM, Ramiro Morales <cra...@gmail.com> wrote:
>> I ran the full test suite on SQLite, and got this error:
>> ======================================================================
>> ERROR: test_pass_connection_between_threads
>> (regressiontests.backends.tests.ThreadTests)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>   File "/home/akaariai/Programming/django/tests/regressiontests/
>> backends/tests.py", line 595, in test_pass_connection_between_threads
>>     self.assertTrue(isinstance(exceptions[0], DatabaseError))
>> IndexError: list index out of range
>>
>> I don't know if this is related to this patch or not. The error does
>> not happen when running the backends test alone. This might be related
>> to test ordering
>
> Exactly
> [...]
> Maybe we can fix the LiveServerTestCase so it doesn't leak the munging of
> `allow_thread_sharing` it performs by resetting its value in its
> classTearDown() method?.
>

Julien solved this precisely in that way, the fix got applied in:

https://github.com/django/django/commit/ea667ee3aeed33bce1dd681d9c0ea42f9926db5a

This hopefully completes the changes motivated by the feedback you provided.
I intend to apply this patch in the next days, any further opinions is welcome.

Regards,

-- 
Ramiro Morales

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to