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

Re: Running the test suite faster.

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2007-11-04 06:15:12 CET

On Nov 3, 2007 11:28 AM, Philip Martin <philip@codematters.co.uk> wrote:
> Philip Martin <philip@codematters.co.uk> writes:
>
> > I think your machine should be able to run the tests much faster, my
>
> That's much faster than your machine currently runs them, not much
> faster than my machine.

Aha. I finally found the real culprit. =)

Karl compiled svn with --enable-maintainer-mode and I believe Philip
did too. This defines SVN_DEBUG - which causes
svn_sleep_for_timestamps to now be conditional on the envvar
SVN_SLEEP_FOR_TIMESTAMPS. The test suite defines this to be 'no'. I
compiled in 'release' mode (so SVN_DEBUG was not defined) - so
removing the sleep causes me to run basic_tests.py in 10 seconds on my
box.

I suggest we revert r23589 - a further email in a new thread on that
coming up shortly. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 4 06:15:25 2007

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.