[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: Tue, 5 Jul 2011 00:23:57 +0300

Noorul Islam K M wrote on Mon, Jul 04, 2011 at 17:52:53 +0530:
> Noorul Islam K M <noorul_at_collab.net> writes:
>
> An update
>
> > Daniel came up with idea of extending Makefile.in to support 'make
> > check' variants.
> >
> > 1. 'make check' with svnserve -T
>
> This was already implemented.
> Completed testing using "make svnserveautocheck THREADED=1". I could not
> see any errors.
>
> > 2. 'make check' with svnadmin create --pre-1.x-compatible (where x in
> > (1.4, 1.5, 1.6, 1.7))
>
> This was already implemented.
> make check SERVER_MINOR_VERSION=3.
> I could see some failures. Are all the tests supposed to pass with this
> kind of testing?
>

If you see failures please report them on separate threads; they might
be shortcomings in the test suite, but let's confirm that.

By the way: according to my reading of the test suite's code, you should
have gotten an error message if you'd passed SERVER_MINOR_VERSION=3
(rather than 4 or bigger)! How come you didn't trigger the check in
svntest/main.py _parse_options()?

> > 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
> >
>
> Implemented and tested. No issues found while testing.
>

Thanks.

> Thanks and Regards
> Noorul
Received on 2011-07-04 23:24:43 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.