On Fri, Dec 14, 2012 at 11:54 AM, Branko Čibej <br...@wandisco.com> wrote: > On 14.12.2012 20:38, Ben Reser wrote: >> On Fri, Dec 14, 2012 at 11:15 AM, Branko Čibej <br...@wandisco.com> wrote: >>> Is anyone else seeing this? Running with current trunk and >>> >>> $ make davautocheck PARALLEL=1 TESTS=subversion/tests/cmdline/basic_tests.py >>> >>> >>> This is the only failure in the test suite. >> Not happening here. What's the output of the test that's failing? > > W: ../trunk/subversion/svn/checkout-cmd.c:168: (apr_err=215004) > W: ../trunk/subversion/libsvn_client/checkout.c:103: (apr_err=215004) > W: ../trunk/subversion/libsvn_client/ra.c:497: (apr_err=215004) > W: ../trunk/subversion/libsvn_client/ra.c:363: (apr_err=215004) > W: ../trunk/subversion/libsvn_ra/ra_loader.c:482: (apr_err=215004) > W: svn: E215004: Unable to connect to a repository at URL > 'http://localhost:5475/svn-test-work/local_tmp/repos' > W: ../trunk/subversion/libsvn_ra_serf/util.c:819: (apr_err=215004) > W: ../trunk/subversion/libsvn_ra_serf/util.c:776: (apr_err=215004) > W: ../trunk/subversion/libsvn_ra_serf/util.c:1752: (apr_err=215004) > W: svn: E215004: No more credentials or we tried too manytimes. > W: Authentication failed > W: > Traceback (most recent call last): > File > "/Users/brane/src/svn/repos/trunk/subversion/tests/cmdline/svntest/main.py", > line 1424, in run > rc = self.pred.run(sandbox) > File > "/Users/brane/src/svn/repos/trunk/subversion/tests/cmdline/svntest/testcase.py", > line 176, in run > return self.func(sandbox) > File > "/Users/brane/src/svn/repos/trunk/subversion/tests/cmdline/basic_tests.py", > line 2517, in basic_auth_test > '--username', 'jrandom', '--non-interactive', '--config-dir', config_dir) > File > "/Users/brane/src/svn/repos/trunk/subversion/tests/cmdline/svntest/main.py", > line 354, in run_command > None, *varargs) > File > "/Users/brane/src/svn/repos/trunk/subversion/tests/cmdline/svntest/main.py", > line 538, in run_command_stdin > raise Failure > Failure > FAIL: basic_tests.py 48: basic auth test
The odd part there is that it's actually the first --non-interactive checkout that's failing in that test. What's in the logs for httpd? Anything interesting?