You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/07/05 21:07:30 UTC

Re: svn commit: r20413 - in branches/1.4.x: . subversion/tests/cmdline

On 7/4/06, lundblad@tigris.org <lu...@tigris.org> wrote:
> Author: lundblad
> Date: Mon Jul  3 23:54:24 2006
> New Revision: 20413
>
> Modified:
>    branches/1.4.x/   (props changed)
>    branches/1.4.x/STATUS
>    branches/1.4.x/subversion/tests/cmdline/authz_tests.py
>
> Log:
> Merge r20011 from trunk to the 1.4.x branch.
>
> Extra python tests for authz validation: export
>
> Votes:
> +1: lgo, lundblad

I'm seeing this test failing over ra_svn...

$ ./authz_tests.py --url=svn://localhost/
PASS:  authz_tests.py 1: authz issue #2486 - open root
PASS:  authz_tests.py 2: authz issue #2486 - open directory
PASS:  authz_tests.py 3: broken authz files cause errors
PASS:  authz_tests.py 4: test authz for read operations
PASS:  authz_tests.py 5: test authz for write operations
PASS:  authz_tests.py 6: test authz for checkout
PASS:  authz_tests.py 7: test authz for log and tracing path changes
PASS:  authz_tests.py 8: test authz for checkout and update
subversion/svn/export-cmd.c:85: (apr_err=155000)
svn: Destination directory exists; please remove the directory or use
--force to overwrite
subversion/libsvn_client/export.c:372: (apr_err=155000)
svn: 'svn-test-work/working_copies/authz_partial_export_test' already exists
FAIL:  authz_tests.py 9: test authz for export with unreadable subfolder

Is there something else that needs to be merged to support it correctly?

-garrett

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

Re: svn commit: r20413 - in branches/1.4.x: . subversion/tests/cmdline

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 7/5/06, Lieven Govaerts <lg...@mobsol.be> wrote:

> No, the test expects that the working_copies folder is clean. We
> probably should add an rmtree before starting the test, will add it in a
> sec.

Ahh, that would explain it.  Thanks.

-garrett

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

Re: svn commit: r20413 - in branches/1.4.x: . subversion/tests/cmdline

Posted by Lieven Govaerts <lg...@mobsol.be>.
Garrett Rooney wrote:
> On 7/4/06, lundblad@tigris.org <lu...@tigris.org> wrote:
> I'm seeing this test failing over ra_svn...
> ..
> PASS:  authz_tests.py 7: test authz for log and tracing path changes
> PASS:  authz_tests.py 8: test authz for checkout and update
> subversion/svn/export-cmd.c:85: (apr_err=155000)
> svn: Destination directory exists; please remove the directory or use
> --force to overwrite
> subversion/libsvn_client/export.c:372: (apr_err=155000)
> svn: 'svn-test-work/working_copies/authz_partial_export_test' already 
> exists
> FAIL:  authz_tests.py 9: test authz for export with unreadable subfolder
>
> Is there something else that needs to be merged to support it correctly?

No, the test expects that the working_copies folder is clean. We 
probably should add an rmtree before starting the test, will add it in a 
sec.

Lieven.

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