You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2006/04/01 08:18:58 UTC

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

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.

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

-- Brane


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Ivan Zhakov <ch...@gmail.com>.
On 4/1/06, Branko Čibej <br...@xbc.nu> wrote:
> Ivan Zhakov wrote:
> > On 4/1/06, Branko Čibej <br...@xbc.nu> wrote:
> >> ell, 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.
> >
> Oh! Right. No, go ahead, +1.
>
I've commited slightly tweaked patch in r19128.

--
Ivan Zhakov

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

Posted by Ivan Zhakov <ch...@gmail.com>.
On 4/1/06, Branko Čibej <br...@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