[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH]: Enable win-tests.py to start httpd automatically on Windows

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2006-04-01 10:42:24 CEST

On 4/1/06, Branko Čibej <brane@xbc.nu> wrote:
> Ivan Zhakov wrote:
> > Hi,
> > I've spend all my weekend day
> Join the club. :)
> > and made patch to win-tests.py for
> > simplifying running ra_dav tests on Windows. It is similar as
> > davautocheck.sh which as available on *nix.
> > With this patch to run ra_dav tests you could simply tell:
> > win-tests.py --httpd-dir="C:\Program Files\Apache2" c:\tmp\svn-test
> > or
> > win-tests.py --httpd-port=1234 --httpd-dir="C:\Program
> > Files\Apache2" c:\tmp\svn-test
> > To run httpd on specific port.
> >
> Very nice, thanks!
> BTW, is there any particular reason to choose a random port? I think
> that's more likely to randomly conflict with running servers than if we
> used a fixed port, especially as the range starts at 1024.
I've copied davautocheck.sh behavior. As I understand random port is
for running several tests simultaneously. Of course we could select
some fixed port. I've not strong opinion on this.

>
> > And of course you could run ra_dav tests in old way (using -u option)
> > I'm not Python expert, so please don't be strictly.
> >
> Well, there are a few things I'd have done differently, but it all seems
> to work.
> I won't be able to commit this today, but I'll try to do it on Monday.
I was going to commit this monday. But feel free to do it yourself.

--
Ivan Zhakov
Received on Sat Apr 1 10:42:49 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.