I now have Django passing its entire unit test suite with the MySQL and
SQLite backends, on Python 2.6.7 and Python 3.2.2

Details:

Common environment:
OS X 10.6.8
MacPorts 2.0.3
MySQL 5.1.60 from MacPorts
SQLite 3.7.9 from MacPorts
Django from https://bitbucket.org/vinay.sajip/django/ hash
6b1413a9901a<https://bitbucket.org/vinay.sajip/django/changeset/6b1413a9901a>

Python 2:
Python 2.6.7 from MacPorts
MySQLdb 1.2.3 from MacPorts

Python 3:
Python 3.2.2 from MacPorts
MySQLdb-for-Python-3 from https://github.com/clelland/MySQL-for-Python-3
 commit 5b7130f (should be the same as
https://github.com/vsajip/MySQL-for-Python-3)

Results:
Python 2, MySQL:
Ran 4478 tests in 2935.590s
OK (skipped=83, expected failures=3)

Python 3, MySQL:
Ran 4432 tests in 3000.029s
OK (skipped=88, expected failures=2, unexpected successes=1)

Python 2, SQLite:
Ran 4478 tests in 449.281s
OK (skipped=91, expected failures=3)

Python 3, MySQL:
Ran 4432 tests in 446.825s
OK (skipped=96, expected failures=2, unexpected successes=1)

Thanks a lot to Vinay for his amazing work pulling this all together!

-- 
Regards,
Ian Clelland
<clell...@gmail.com>

-- 
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