Hey Adrian,

On Sat, 2007-06-30 at 20:45 -0500, Adrian Holovaty wrote:
> To those folks who run Django's unit-test suite on a regular basis --
> 
> How many errors -- and, more precisely, *which* errors -- does the
> Django test suite currently raise?
> 
> I've been out of the loop traveling and getting some life stuff done,
> and (more relevantly) I recently switched from Linux to OS X. I just
> ran the test suite and got 4 failures and 2 errors. I'm wondering
> which ones are known, which ones are dependent on my system and which
> ones are not known.

Using revision [5572], you should see the following:
        
        python 2.4/2.5 (sqlite): 0 failures
        
        python 2.4/2.5 (postgresql, postgresql_psycopg2): 1 failure
                - modeltests.lookup
        
        python 2.4/2.5 (mysql): 2 failures
                - it's actually something like 11 sub-tests that fail.
                All due to lack of transaction management with the
                default storage engine.
                - modeltests.lookup and modeltests.fixtures are the
                failing files.
                
        python 2.4/2.5 (mysql_old): 3 failures
                - modeltests.lookup, modeltests.fixtures,
                modeltests.transactions
                
        python 2.3 (sqlite): 1 failure + 1 error (codec problems)
                - these are all fixed on the Unicode branch; hard to fix
                on trunk, though, so tolerate them for now and they'll
                go away when the merge happens.

I hadn't seen the lookup tests before now (I didn't commit those and
didn't work on Django yesterday). That needs to be debugged.

The Oracle backend had 0 failures as of two days ago when I last ran it.
The lookup stuff might have changed that, though.

Grab me on IM or irc.freenode.net (I'm logged in, but not on #django) if
you want help interpreting the problems. I may have seen it all by now
(sadly).

Regards,
Malcolm

-- 
Despite the cost of living, have you noticed how popular it remains? 
http://www.pointy-stick.com/blog/


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

Reply via email to