On 30/01/07, Marc Fargas Esteve <[EMAIL PROTECTED]> wrote: > > Hi, > inline > > On 1/30/07, Michael Radziej <[EMAIL PROTECTED]> wrote: > [..] > > I'm now dreaming of a test service that would automatically run the > > testsuite for a given patch (or multiple patches) with all supported > > database backends ... > > Also thought about that, getting up a buildbot for testing the SVN is > not hard (it's already done on pybots), running the testsuite for a > given patch has a big danger: One could upload a malicious patch just > to f**k the buildbot. Some way would be needed to tell the buildbot > that a patch is to be tested, then it only has to download the patch > from a ticket and start a Build jobs. > > If the core's around here would like to get up a buildbot that runs > the testsuite on the various python versions, and various backends it > can be done! (at least on debian.. :P). And if some security measure > is provided patches on TRAC could also be tested without trouble maybe > a textfield on the ticket telling which patches to check (as some > tickets have lots of patches) to be set by a triage member. > > I could setup the buildbot for testing if it seems to make sense (most > of the work is already done on pybots, only playing with all the > possible combinations is needed).
Hi, I run the django pybot. It wouldn't be difficult to add other backends to the tests and is something I've been considering for a while. As for python versions, pybot only tests 2.5 and trunk . Testing against 2.3 and 2.4 would have to be done on another buildbot. I'm fairly busy for the next 2 weeks but I can look at it after that and hopefully add postgresql and mysql backends on top sqlite that is being tested already. regards matthew > > > Michael > Marc > > > > --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
