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

Re: Implement support for 'make check' variants

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 24 Jun 2011 14:01:54 +0300

Philip Martin wrote on Fri, Jun 24, 2011 at 11:47:44 +0100:
> Noorul Islam K M <noorul_at_collab.net> writes:
>
> > Daniel came up with idea of extending Makefile.in to support 'make
> > check' variants.
> >
> > 1. 'make check' with svnserve -T
>
> > 2. 'make check' with svnadmin create --pre-1.x-compatible (where x in
> > (1.4, 1.5, 1.6, 1.7))
> > 3. 'make check' with SVNPathAuthz short_circuit. As of now this is
> > supported by stsp's Makefile.svn. So this will be bringing that into
> > Makefile.in
> >
> > So, this would include the following tasks.
> >
> > * Extending Makefile.in to take optional arguments.
> > * Propagating that through to the tests themselves.
> > * Extending test suite to take additional options accordingly.
> > * Filing issues and/or fixing any bugs that surface.
> >
> > I am planning to implement his idea. I hope this is a welcome
> > change. Posting it here to get feedback before starting to work on this.
>
> I don't understand what you intend. I agree that 3 is new, but for 1
> and 2 I can do:
>
> make svnserveautocheck THREADED=1
> make check SERVER_MINOR_VERSION=N
>
> Are you plan to change/extend those options?

SERVER_MINOR_VERSION is for testing a 1.7 client with a 1.6 server.

I'm after testing a 1.7 client with a 1.7 server using a 1.6 filesystme.

(Also, SERVER_MINOR_VERSION needs you to start the 1.6 server manually)
Received on 2011-06-24 13:02:42 CEST

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.