You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2010/08/11 03:48:44 UTC

NOTICE: Testing over ra-dav has changed in trunk!!

Per the commit's log message:

On 08/10/2010 09:38 PM, cmpilato@apache.org wrote:
> Author: cmpilato
> Date: Wed Aug 11 01:38:40 2010
> New Revision: 984280

[...]

> 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.

Enjoy!

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

RE: NOTICE: Testing over ra-dav has changed in trunk!!

Posted by Julian Foad <ju...@wandisco.com>.
Bert Huijben wrote:
> From: Julian Foad [mailto:julian.foad@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



RE: NOTICE: Testing over ra-dav has changed in trunk!!

Posted by Julian Foad <ju...@wandisco.com>.
Bert Huijben wrote:
> From: Julian Foad [mailto:julian.foad@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


RE: NOTICE: Testing over ra-dav has changed in trunk!!

Posted by Bert Huijben <be...@vmoo.com>.

> -----Original Message-----
> From: Julian Foad [mailto:julian.foad@wandisco.com]
> Sent: woensdag 11 augustus 2010 12:41
> To: C. Michael Pilato
> Cc: dev@subversion.apache.org; cmpilato@apache.org;
> commits@subversion.apache.org
> Subject: Re: NOTICE: Testing over ra-dav has changed in trunk!!
> 
> On Tue, 2010-08-10, C. Michael Pilato wrote:
> > Per the commit's log message:
> >
> > On 08/10/2010 09:38 PM, cmpilato@apache.org wrote:
> > > Author: cmpilato
> > > Date: Wed Aug 11 01:38:40 2010
> > > New Revision: 984280
> >
> > [...]
> >
> > > 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 



RE: NOTICE: Testing over ra-dav has changed in trunk!!

Posted by Bert Huijben <be...@vmoo.com>.

> -----Original Message-----
> From: Julian Foad [mailto:julian.foad@wandisco.com]
> Sent: woensdag 11 augustus 2010 12:41
> To: C. Michael Pilato
> Cc: dev@subversion.apache.org; cmpilato@apache.org;
> commits@subversion.apache.org
> Subject: Re: NOTICE: Testing over ra-dav has changed in trunk!!
> 
> On Tue, 2010-08-10, C. Michael Pilato wrote:
> > Per the commit's log message:
> >
> > On 08/10/2010 09:38 PM, cmpilato@apache.org wrote:
> > > Author: cmpilato
> > > Date: Wed Aug 11 01:38:40 2010
> > > New Revision: 984280
> >
> > [...]
> >
> > > 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 


Re: NOTICE: Testing over ra-dav has changed in trunk!!

Posted by Julian Foad <ju...@wandisco.com>.
On Tue, 2010-08-10, C. Michael Pilato wrote:
> Per the commit's log message:
> 
> On 08/10/2010 09:38 PM, cmpilato@apache.org wrote:
> > Author: cmpilato
> > Date: Wed Aug 11 01:38:40 2010
> > New Revision: 984280
> 
> [...]
> 
> > 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.

- Julian


Re: NOTICE: Testing over ra-dav has changed in trunk!!

Posted by Julian Foad <ju...@wandisco.com>.
On Tue, 2010-08-10, C. Michael Pilato wrote:
> Per the commit's log message:
> 
> On 08/10/2010 09:38 PM, cmpilato@apache.org wrote:
> > Author: cmpilato
> > Date: Wed Aug 11 01:38:40 2010
> > New Revision: 984280
> 
> [...]
> 
> > 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.

- Julian