I have a pull request in which some tests for some of environments are 
failing. (it's fine for the default tests with sqlite and some others) - 
https://github.com/django/django/pull/7994 

Now, I am trying to run the tests with the database set to mysql.

I added a file settings_mysql.py which I put in the tests folder: 
http://pastebin.com/113Xx2Am 

To try it out I use the master branch (commit 
c577d8a4981233b4d0f65c6ce57ae33d304095b9).

Then I run ./runtests.py --settings settings_mysql and I am getting errors.

Then I rerun it with parallel=1 - ./runtests.py --settings settings_mysql 
--parallel=1

and I get the following result:

FAILED (failures=56, errors=42, skipped=1046, expected failures=4)

Full log - https://paste.ee/p/Tfc9H

Does anyone have an idea what might be wrong and what is the best way to 
run tests for different databases?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/37fe091c-29f5-40ef-bf0c-c9941cf8e3a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to