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

Re: Possible Serf problems in 1.6 ?

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: Tue, 1 Sep 2009 17:32:05 -0700

On Tue, Sep 1, 2009 at 2:36 PM, Mark Phippard<markphip_at_gmail.com> wrote:
...
> At a minimum, I think that the JavaHL calls to our log fetching API's
> is not returning the paths via Serf.  Those of us that hack on JavaHL
> (as well as the buildbots) only run the tests over ra_local.  I think
> that dlr (or maybe someone else) made it possible to run the JavaHL
> tests via other layers.  I have no idea how to do this though.

subversion/bindings/javahl/tests/org/tigris/subversion/javahl/SVNTests.java
has code which inspects the system property "test.rooturl" (defaulting
to a file:// URL if it's not set). The 'check-javahl' target in
Makefile.in does supply a way to set this system property by way of a
Makefile or environment variable (as I did for the file system
provider by way of $FS_TYPE).

I've just added a way to pass the URL in r39056 (e.g. 'make
check-javahl BASE_URL=http://...'), but it assumes you have a HTTP
server setup and in the right state.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2389996
Received on 2009-09-02 02:32:53 CEST

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.