#13821: Tests don't pass on python2.4 and 2.5 on postgresql -------------------------------+-------------------------------------------- Reporter: PaulM | Owner: PaulM Status: new | Milestone: Component: Testing framework | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | -------------------------------+-------------------------------------------- Trunk r13400 on Ubuntu 8.04, python2.5 (or 2.4) with psycopg2 (or backends.postgresql) on PostgreSQL 8.3.
The test suite doesn't pass, with errors related to database flushing failures. Running one of the problem tests individually (modeltests.unmanaged_models) returns a different set of errors suggesting that some objects are not getting properly saved to the DB, so the flush command can't remove them and throws the error. This problem with saving doesn't seem to be universal, as most of the tests do pass. I'll continue to work on figuring out exactly why this is failing. -- Ticket URL: <http://code.djangoproject.com/ticket/13821> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en.
