On Tue, May 4, 2010 at 10:49 PM, Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
> Daniel Shahaf wrote on Tue, 4 May 2010 at 23:43 +0300:
>> Johan Corveleyn wrote on Tue, 4 May 2010 at 22:29 +0200:
>> > > The failing tests are:
>> > > FAIL: dirent_uri-test.exe 37: test svn_dirent_condense_targets
>> > > FAIL: depth_tests.py 5: update depth-immediates wc gets top file mod only
>> > > FAIL: lock_tests.py 9: verify svn:needs-lock read-only behavior
>> > > FAIL: log_tests.py 5: 'svn log -r COMMITTED' of dynamic/local WC rev
>> > > FAIL: log_tests.py 17: test 'svn log -g' on a branching revision
>> > > FAIL: log_tests.py 18: test 'svn log -g' on a non-branching revision
>> > > FAIL: merge_tests.py 15: merge one file (issue #1150) using the -c option
>> > > FAIL: merge_tests.py 20: merge into missing must not break working copy
>> > > FAIL: merge_tests.py 25: merge prop change into deleted target
>> > > FAIL: merge_tests.py 106: merge two successive edits to the same property
>> > > FAIL: merge_tests.py 123: no self referential filtering on added path
>> > > FAIL: merge_tests.py 140: merge into WC of deleted branch should work
>> > > FAIL: mergeinfo_tests.py 7: test svn mergeinfo -R
>> > > FAIL: update_tests.py 34: update handles obstructing paths scheduled for add
>> > > FAIL: update_tests.py 47: tree conflicts 1.2: tree del, leaf del on update
>> > >
>> > > Some excerpts from tests.log:
>> > > ====
>> > > ..\..\..\subversion\tests\libsvn_subr\dirent_uri-test.c:2420: (apr_err=125001)
>> > > ..\..\..\subversion\libsvn_subr\dirent_uri.c:1980: (apr_err=125001)
>> > > ..\..\..\subversion\libsvn_subr\dirent_uri.c:1651: (apr_err=125001)
>> > > svn_tests: Couldn't determine absolute path of 'D:\dir'
>> > > ..\..\..\subversion\libsvn_subr\dirent_uri.c:1651: (apr_err=20024)
>> > > svn_tests: The given path is misformatted or contained invalid characters
>> > > FAIL: dirent_uri-test.exe 37: test svn_dirent_condense_targets
>> > > ====
>> > >
>> > > ====
>> > > ERROR: load failed; did not see revision 1
>> > > EXCEPTION: SVNRepositoryCopyFailure
>> > > FAIL: depth_tests.py 5: update depth-immediates wc gets top file mod only
>> > > ====
>> > >
>> > > ====
>> > > svn: Can't open file
>> > > 'C:\research\svn\client_build\svn_trunk\Debug\subversion\tests\cmdline\svn-test-work\repositories\log_tests-5\db\transactions\7-7.txn\next-ids':
>> > > The requested operation cannot be performed on a file with a
>> > > user-mapped section open.
>> > > ====
>> > >
>
> All three errors are in the area of files and I/O. Maybe there's
> something odd/unusual in this aspect of your test environment?
Thanks for the feedback, Daniel. I'll investigate a little bit
further, keeping an eye on I/O.
AFAIK, there's nothing special concerning I/O on my machine. I don't
have a D drive (should I have one for these tests? I'll look a bit at
what that test really does). I have 2,7 Gb of free disk space on C:.
Not a lot, I know, but I thought it should be plenty to run these
tests.
--
Johan
Received on 2010-05-05 00:15:47 CEST