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

Re: ra_svn deadlock on MacOS X?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-12-10 06:05:44 CET

On Mon, 2002-12-09 at 23:26, William Uther wrote:
> Hi,
> Is ra_svn supposed to be passing 'make check' yet?

It's possible there's been a regression, but it has certainly done so in
the past.

> Most of the tests pass until I get to diff_test 5 which never completes

diff_tests 5 tests a code path which opens two connections to the
repository ("svn diff -r 3:4 url"). So it will expose any
single-threadedness problem on the server side. In daemon mode, right
now you're single-threaded if APR_HAS_FORK isn't defined; in ssh mode, a
single-threadedness could be the result of an sshd problem (though I've
never heard of anything like that) or a Berkeley db locking problem.

> I just tried using 'svnserve -d' and no ssh tunnelling. This time the
> load dropped to 0 inside update_tests.py. tests.log reveals:

I can't explain that one. I'll try to verify tonight that daemon-mode
ra_svn passes the test suite, though I'll be trying on Linux, not MacOS
X.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 06:06:28 2002

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.