Bert Huijben wrote: > From: Julian Foad [mailto:julian.f...@wandisco.com] > > > > NOTE: The test suite changes brought in by this merge require > > > > modifications to developers' httpd.conf files. So if you see the > > > > redirect_tests.py all failing, make sure you've updated your Apache > > > > configuration per the instructions in the > > > > subversion/tests/cmdline/README file. > > > > In r984365 I've updated davautocheck.sh to load mod_alias which is > > required for these RedirectMatch directives. > > And r984348 applied the redirects and module load in win-tests.py to > fix the tests on Windows.
Bert wrote on IRC: julianf: The test runs ok, but it looks like neon does something wrong on the redirect cmpilato: The win32-ra buildbot confirms that the redirect tests pass on ra_serf, but the centos bot shows an error using ra_neon The centos bot's log of this failure is at <http://ci.apache.org/builders/svn-x64-centos% 20gcc/builds/904/steps/Test%20fsfs%2Bra_neon/logs/faillog> and contains: [[[ CMD: svn co http://localhost:21834/svn-test-work/repositories/REDIRECT-PERM-redirect_tests-1 svn-test-work/working_copies/redirect_tests-1.my --config-dir /home/bt/slaves/x64-centos/build/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom CMD: /home/bt/slaves/x64-centos/build/subversion/svn/svn co http://localhost:21834/svn-test-work/repositories/REDIRECT-PERM-redirect_tests-1 svn-test-work/working_copies/redirect_tests-1.my --config-dir /home/bt/slaves/x64-centos/build/subversion/tests/cmdline/svn-test-work/local_tmp/config --password rayjandom --no-auth-cache --username jrandom exited with 1 <TIME = 0.098542> Redirecting to URL '/svn-test-work/repositories/redirect_tests-1' subversion/svn/checkout-cmd.c:172: (apr_err=170000) subversion/libsvn_client/checkout.c:152: (apr_err=170000) subversion/libsvn_client/ra.c:497: (apr_err=170000) subversion/libsvn_client/ra.c:357: (apr_err=170000) subversion/libsvn_ra/ra_loader.c:372: (apr_err=170000) svn: Illegal repository URL '/svn-test-work/repositories/redirect_tests-1' ]]] - Julian