I can't answer for sure because there are still open issues there (e.g. what do you do in the face of multiple databases using different engines). But for the "clear cut" issues, my estimate is that they shouldn't take more than a few days.
Shai. On Sunday 15 March 2015 14:03:44 Yichun Duan wrote: > And another question, how long will this task take in your opinion? I can > hardly estimate it now. > > 在 2015年3月15日星期日 UTC+8下午7:07:11,Shai Berger写道: > > > On Sunday 15 March 2015 03:45:16 Yichun Duan wrote: > > > Thank you. When you say "backend-provided tests", do you mean MySQL > > > scripts, Oracle scripts or something else like these? Or just some > > > tests based on django standard, which have marks to tell test runner > > > the > > > > backend > > > > > they suite? > > > > I mean standard Django tests, which are located in folders inside the > > backend > > source. That is, Oracle-specific tests in django.db.backends.oracle.tests > > etc. > > Today, the test-runner will not discover such tests and so will not run > > them > > even if the specific backend is in use. > > > > In the current Django test-suite, there are several tests marked to run > > only > > on a specific backend. I'd also like to remove them from there, and put > > them > > into the backends. That's the "clean-up". > > > > Shai.
