Re: [darcs-devel] help with buildbot on macos?

2008-03-08 Thread David Roundy
Hi Keith, Would you mind running make check and looking at the env output that is now generated (with the latest darcs-unstable) at the beginning of the test suite? I'd be very interested if the environment is different (particularly the PATH) for the buildbot, as that could easily explain why

Re: [darcs-devel] How to simulate a buildbot run locally

2008-03-08 Thread zooko
On Mar 8, 2008, at 9:04 AM, David Roundy wrote: On Sat, Mar 8, 2008 at 8:43 AM, Mark Stosberg [EMAIL PROTECTED] wrote: I think so. Here are the commands we are asking buildbot to run: f1.addStep(step.Darcs, timeout=3600, repourl='http://darcs.net/ repos/unstable', mode=copy) ...

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 The

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 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

[darcs-devel] [issue739] nothing happened (at first)

2008-03-08 Thread Zooko
New submission from Zooko [EMAIL PROTECTED]: David Reid reported on IRC: (I ran darcs get http://allmydata.org/source/tahoe/trunk tahoe) ... there is no status ... A minute later he said Oh, now there is status.. However, I believe that the current UI principle for darcs is that there

[darcs-devel] rollback.sh

2008-03-08 Thread zooko
If I run this bash command line on Mac OS 10.4: $ perl shell_harness rollback.sh Then it runs the rollback.sh test and quickly finishes successfully. If I run this command-line: $ python -c 'import os;os.system(perl shell_harness rollback.sh)' Which does approximately the same thing, then it

Re: [darcs-devel] rollback.sh

2008-03-08 Thread Mark Stosberg
On Sat, 8 Mar 2008, zooko wrote: If I run this bash command line on Mac OS 10.4: $ perl shell_harness rollback.sh Then it runs the rollback.sh test and quickly finishes successfully. If I run this command-line: $ python -c 'import os;os.system(perl shell_harness rollback.sh)' Which

Re: [darcs-devel] help with buildbot on macos?

2008-03-08 Thread Keith Browne
David Roundy wrote: Hi Keith, Would you mind running make check and looking at the env output that is now generated (with the latest darcs-unstable) at the beginning of the test suite? I'd be very interested if the environment is different (particularly the PATH) for the buildbot, as