On Fri, Nov 20, 2009 at 3:19 PM, Jani Tiainen <[email protected]> wrote: > On Fri, 2009-11-20 at 01:14 -0500, Alex Gaynor wrote: >> Hey all, >> >> Russ and I have been working on getting the multi-db work ready for >> merge (final stretch here hopefully!), and I just ported the Oracle >> backend to the slightly updated backend arcitecture so it could use >> some testers. If you've got an Oracle setup and can run some tests >> that would be great. You can grab the code here: >> >> http://github.com/alex/django/tree/multiple-db >> >> Make sure you use the multiple-db branch. I understand running the >> tests under Oracle can be a bit slow, so perhaps start by just running >> the "queries" tests, if they fail please reply with the complete >> tracebacks and such here, otherwise if you have the time a shot at >> running the full test suite would be great. >> >> For GIS I'm fairly certain that's broken, however I'm not quite setup >> for running the GIS tests yet, therefore if you're set up for it and >> can run the tests please just reply with your tracebacks here >> (preferably with them on a pastebin like paste.pocoo.org though :)) >> and I'll try to sort it out. >> >> Thanks all, >> Alex >> > > We can try to run and experiment all that since we need multidb support > and we run Oracle with heavy GIS stuff.
Thanks for the offer. For the moment, only the Oracle stuff requires testing - GIS will need testing soon. We'll be sure to tap you on the shoulder again when the GIS stuff is ready :-) > Is there any special requirements that I need to take account before > running tests? For the moment, the priority isn't testing anything specifically multi-database. We've made a lot of fairly big changes to the internals of queries, and we just need to check that the N=1 case still works across the board. So - all you need to do is follow the normal Django testing requirements [1]. [1] http://docs.djangoproject.com/en/dev/internals/contributing/#running-the-unit-tests Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=.
