|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Buildbot failureLatest trunk is failing: http://buildbot.djangoproject.com/builders/django-trunk%20debian- lenny-python2.5-sqlite3/builds/220/steps/test/logs/stdio But I'm pretty sure that it's a bug in buildbot - the log refers to two files which shouldn't even exist in that revision of trunk (.../contrib/csrf/tests.py and .../contrib/csrf/context_processors.py), suggesting that there is a failure to clean out files that have been deleted in subversion. I've also run the complete test suite on my own machine (against sqlite) and don't see any failures. I don't know what to do about this, does anyone else? Luke -- "If we could just get everyone to close their eyes and visualise world peace for an hour, imagine how serene and quiet it would be until the looting started" -- Anon Luke Plant || http://lukeplant.me.uk/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@... To unsubscribe from this group, send email to django-developers+unsubscribe@... For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Buildbot failureI don't know who maintains or has access to the buildbot machine, but I can confirm the failure is due to leftover .pyc files. I saw the same thing on my own machine until I deleted all the .pyc files in the tree. Then it ran clean.
Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@... To unsubscribe from this group, send email to django-developers+unsubscribe@... For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Buildbot failureOn Mon, Oct 26, 2009 at 9:49 PM, Karen Tracey <kmtracey@...> wrote: > I don't know who maintains or has access to the buildbot machine, It's me, probably. Buildbot's in bad shape, currently; it's basically another part-time job just keeping the damn thing running. I've more or less given up and am working on pony-build instead. Watch this space. Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@... To unsubscribe from this group, send email to django-developers+unsubscribe@... For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Buildbot failureIf buildbot is failing for you could I suggest hudson? Yeah i know it's java - but I've been using it for python CI for the last few months and it's been great. It's a snap to set up, (especially with buildout) and the unittest tracking over time is really good too. Ben 2009/10/27 Jacob Kaplan-Moss <jacob@...>: > > On Mon, Oct 26, 2009 at 9:49 PM, Karen Tracey <kmtracey@...> wrote: >> I don't know who maintains or has access to the buildbot machine, > > It's me, probably. Buildbot's in bad shape, currently; it's basically > another part-time job just keeping the damn thing running. > > I've more or less given up and am working on pony-build instead. Watch > this space. > > Jacob > > > > -- Regards, Ben Ford ben.fordnz@... +447540722690 Charles de Gaulle - "The better I get to know men, the more I find myself loving dogs." - http://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@... To unsubscribe from this group, send email to django-developers+unsubscribe@... For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |