Senthil Kumaran S wrote:
> Hi,
>
> When we run the subversion tests with the PARALLEL=1 option we get test
> failures in a random fashion. 90% (at least for me) of the time when I
> run the tests (in Debian etch GNU/Linux, over ra_dav), it fails at
> different points. Since the failures are random, it becomes difficult to
> track down the actual cause of the failures.
>
> Following is a stack trace of the failures during one of the runs,
>
> basic_tests.py:
> <snip>
> CMD: svn proplist
> svn-test-work/working_copies/basic_tests-17/dirA/dirB/new_file --verbose
> --config-dir
> /home/stylesen/subversion-dev/trunk/virtual-neon/subversion/tests/cmdline/svn-test-work/local_tmp/config
> --password rayjandom --no-auth-cache --username jrandom <TIME = 0.147680>
> CMD: svn status -v -u -q svn-test-work/working_copies/basic_tests-17
> --config-dir
> /home/stylesen/subversion-dev/trunk/virtual-neon/subversion/tests/cmdline/svn-test-work/local_tmp/config
> --password rayjandom --no-auth-cache --username jrandom <TIME = 0.117506>
> ../subversion/libsvn_ra_neon/util.c:560: (apr_err=175002)
> svn: Server sent unexpected return value (403 Forbidden) in response to
> OPTIONS request for
> 'http://localhost:28671/svn-test-work/repositories/basic_tests-17'
I don't have time to look into this in the coming hours, just want to
add that I get the same "403 forbidden" error in basic test 1 sometimes
(let's say 1 run out of 10).
Relevant extract from apache error log:
[Thu Mar 20 09:56:19 2008] [error] [client 127.0.0.1] The URI does not
contain the name of a repository. [403, #190001]
access.log:
127.0.0.1 - jrandom [20/Mar/2008:09:56:19 +0100] "OPTIONS
/svn-test-work/repositories HTTP/1.1" 403 322 "-" "SVN/1.6.0 (dev build)
neon/0.25.5"
So, why is there no repository name?
Lieven
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-20 13:25:51 CET