Please read description of pull request 
https://github.com/django/django/pull/3677 and see changes (pull request is 
not big).

Then see 
tests.test_runner.tests.Sqlite3InMemoryTestDbs#test_transaction_support

The problem is that DiscoverRunner(verbosity=0).setup_databases() is 
broking something, so after this test my test can not pass.
The exception is like my changes about in-memory database sharing don't 
work in that moment.

When I running tests without Sqlite3InMemoryTestDbs, all works fine.

One more interesting thing - when I removed 
DiscoverRunner(verbosity=0).setup_databases(), test passes normally.
So why there are this line and what it is actually do?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/c8bdc37d-7781-4af6-b84f-004780f1a439%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to