On Wed, 2008-04-23 at 15:06 +0200, Thomas Guettler wrote:
> Hi,
> 
> if one unittest fails at the database level, often all following tests 
> fail with this error:
>    execute SQL failed: current transaction is aborted, commands ignored 
> until end of transaction block

It's something that would be nice to fix, but it's not necessarily
trivial. There was a discussion on django-dev about it a couple of
months (maybe less) back, although it got a bit side-tracked by
confusing cursor management in requests vs. cursor management in tests.

> Is there a way to stop after the first failing test?

No, there isn't.

Regards,
Malcolm

-- 
Everything is _not_ based on faith... take my word for it. 
http://www.pointy-stick.com/blog/


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

Reply via email to