[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-03 08:23:40 CET

On Nov 1, 2007 5:21 PM, Ben Collins-Sussman <sussman@red-bean.com> wrote:
> 7-year history of the project. In the early days, I had to choose
> urandom myself, but for the last N years, they've been chosen for me
> by default as I settled into various mac and linux boxes. I had

I'm skeptical as APR has never automatically preferred /dev/urandom by
default if /dev/random exists. =) In fact, AFAICT, the last change
to that area of configure code was in 2002 by Joe Orton to prefer
arandom over random on OpenBSD.

The apr_generate_random_bytes() is the only APR function that uses the
output of --with-devrandom's argument. So, if this trick Karl
mentioned is of any help at all, that function has to be the culprit.

HTH. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 3 08:23:48 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.