Re: [darcs-devel] zooko's idea of why buildbot run tests fail when manual ones don't

2008-03-08 Thread zooko
P.S. I opened a ticket on the buildbot trac: http://buildbot.net/trac/ticket/198 ___ darcs-devel mailing list darcs-devel@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-devel

Re: [darcs-devel] zooko's idea of why buildbot run tests fail when manual ones don't

2008-03-08 Thread zooko
>> I have now made the changes you suggested in the buildbot config >> files >> and restarted buildbot. So when the next patch is applied, we can >> test >> out your suggested change. > > In any case, we don't have to wait to find out. Just go here and > push the button labelled "Force Build":

Re: [darcs-devel] zooko's idea of why buildbot run tests fail when manual ones don't

2008-03-08 Thread zooko
> This sounds like a great analysis. It would be consistent with why the > change to the steve_and_monica script help...I think it was the first > script executed that piped data so that darcs expected on STDIN. Hm... But buildslave closing the "make" process's stdin shouldn't effect the darcs

Re: [darcs-devel] zooko's idea of why buildbot run tests fail when manual ones don't

2008-03-08 Thread Mark Stosberg
> We know what happens when a process is spawned and run -- the only > remaining uncertainty is what the buildbot does with the stderr, > stdout, and stdin pipes of the child process. Here is the relevant > source code: > > http://buildbot.net/trac/browser/buildbot/slave/commands.py?rev=491#L311 >