You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Lieven Govaerts <sv...@mobsol.be> on 2006/12/28 12:46:53 UTC

Test added in r22824 aborts with ra_serf.

Running the test added in r22824 with the latest trunk and ra_serf on Windows
results in a failed assertion:

> authz_tests.py 11 --url=http://localhost

  svn_ra_serf__handle_xml_parser(serf_request_t *, serf_bucket_t *, void *,
apr_pool_t *) at libsvn_ra_serf\util.c:670

This is the content of the data variable:
"<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access
/svn-test-work/repositories/authz_tests-11/A
on this server.</p>
<hr>
<address>Apache/2.0.55 (Win32) DAV/2 SVN/1.5.0-dev Server at localhost Port
80</address>
</body></html>"

I didn't look in the issue yet, but can give more info if needed.

Lieven

Quoting lgo@tigris.org:

> Author: lgo
> Date: Thu Dec 28 03:02:16 2006
> New Revision: 22824
>
> Log:
> New test for the validation of authz files. Tests that the validation rules
> catches undefined groups and circular dependencies.
> Also test for issue 2684, mark the test as XFail.
>
> * subversion/tests/cmdline/authz_tests.py
>   (authz_validate): new test for validation of authz files
>   (test_list): run the new test, mark as XFail.
>
> Modified:
>    trunk/subversion/tests/cmdline/authz_tests.py
>
> Modified: trunk/subversion/tests/cmdline/authz_tests.py
> URL:


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Test added in r22824 aborts with ra_serf.

Posted by Lieven Govaerts <sv...@mobsol.be>.
Quoting Justin Erenkrantz <ju...@erenkrantz.com>:

> On Thu, Dec 28, 2006 at 01:52:32PM -0800, Justin Erenkrantz wrote:
> > On Thu, Dec 28, 2006 at 01:46:53PM +0100, Lieven Govaerts wrote:
> > >
> > > Running the test added in r22824 with the latest trunk and ra_serf on
> Windows
> > > results in a failed assertion:
> >
> > authz #11 seems to pass on Linux.  I'll take a look on Windows when I get a
> > chance.
>
> r22828 passes for me on Win32.  (Did r22825 fix it?)  -- justin
>

Well r22825 fixed the test, and I see now that you already fixed the issue I
encountered in r22794. I was sure my working copy was up to date with latest
trunk, but it seems that was not the case.

Lieven

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Test added in r22824 aborts with ra_serf.

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On Thu, Dec 28, 2006 at 01:52:32PM -0800, Justin Erenkrantz wrote:
> On Thu, Dec 28, 2006 at 01:46:53PM +0100, Lieven Govaerts wrote:
> > 
> > Running the test added in r22824 with the latest trunk and ra_serf on Windows
> > results in a failed assertion:
> 
> authz #11 seems to pass on Linux.  I'll take a look on Windows when I get a
> chance.

r22828 passes for me on Win32.  (Did r22825 fix it?)  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Test added in r22824 aborts with ra_serf.

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On Thu, Dec 28, 2006 at 01:46:53PM +0100, Lieven Govaerts wrote:
> 
> Running the test added in r22824 with the latest trunk and ra_serf on Windows
> results in a failed assertion:

authz #11 seems to pass on Linux.  I'll take a look on Windows when I get a
chance.

Thanks!  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org