You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2005/06/04 15:31:21 UTC

Re: svn trunk r14971: FAIL (win32 ra_local bdb)

On Sat, 4 Jun 2005 sussman@collab.net wrote:

> Last 100 lines of the build log (full log attached):
>
> Running all tests in ra-local-test.exe...success
> Running all tests in random-test.exe...success
> Running all tests in repos-test.exe...success
> Running all tests in stream-test.exe...success
> Running all tests in string-test.exe...success
> Running all tests in time-test.exe...success
> Running all tests in translate-test.exe...success
> Running all tests in utf-test.exe...success
> Running all tests in changes-test.exe...success
> Running all tests in fs-test.exe...success
> Running all tests in key-test.exe...success
> Running all tests in skel-test.exe...success
> Running all tests in strings-reps-test.exe...success
> Running all tests in target-test.py...success
> Running all tests in getopt_tests.py...success
> Running all tests in basic_tests.py...success
> Running all tests in commit_tests.py...success
> Running all tests in update_tests.py...success
> Running all tests in switch_tests.py...success
> Running all tests in prop_tests.py...success
> Running all tests in schedule_tests.py...success
> Running all tests in log_tests.py...FAILURE
...

Anyone knows what's going on here? The tests.log.gz file is empty:-(

Thanks,
//Peter

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

Re: svn trunk r14971: FAIL (win32 ra_local bdb)

Posted by "D.J. Heap" <dj...@shadyvale.net>.
Peter N. Lundblad wrote:
> On Sat, 4 Jun 2005 sussman@collab.net wrote:
> 
> 
>>Last 100 lines of the build log (full log attached):
>>
>>Running all tests in ra-local-test.exe...success
>>Running all tests in random-test.exe...success
>>Running all tests in repos-test.exe...success
>>Running all tests in stream-test.exe...success
>>Running all tests in string-test.exe...success
>>Running all tests in time-test.exe...success
>>Running all tests in translate-test.exe...success
>>Running all tests in utf-test.exe...success
>>Running all tests in changes-test.exe...success
>>Running all tests in fs-test.exe...success
>>Running all tests in key-test.exe...success
>>Running all tests in skel-test.exe...success
>>Running all tests in strings-reps-test.exe...success
>>Running all tests in target-test.py...success
>>Running all tests in getopt_tests.py...success
>>Running all tests in basic_tests.py...success
>>Running all tests in commit_tests.py...success
>>Running all tests in update_tests.py...success
>>Running all tests in switch_tests.py...success
>>Running all tests in prop_tests.py...success
>>Running all tests in schedule_tests.py...success
>>Running all tests in log_tests.py...FAILURE
> 
> ...
> 
> Anyone knows what's going on here? The tests.log.gz file is empty:-(
> 
> Thanks,
> //Peter
> 

It looks like the multiline log message tests have line-ending issues.  I 
think the test is expecting LF only, but log messages end with CRLF on Win32?

lock_tests 12 is also failing with this output (which I haven't looked at yet):

CMD: svnadmin.exe "create" "svn-test-work\repositories\lock_tests-12" 
"--bdb-txn-nosync" "--fs-type=fsfs" <TIME = 0.078000>
CMD: svnadmin.exe dump "svn-test-work\local_tmp\repos" | svnadmin.exe load 
"svn-test-work\repositories\lock_tests-12" <TIME = 0.000000>
CMD: svn.exe "co" "--username" "jrandom" "--password" "rayjandom" 
"file:///M:/tests-local/subversion/tests/clients/cmdline/svn-test-work/repositories/lock_tests-12" 
"svn-test-work\working_copies\lock_tests-12" "--config-dir" 
"M:\tests-local\subversion\tests\clients\cmdline\svn-test-work\local_tmp\config" 
<TIME = 0.469000>
UNEXPECTED EXCEPTION:
Traceback (most recent call last):
   File 
"D:\svnbuild\src-trunk\subversion\tests\clients\cmdline\svntest\testcase.py", 
line 105, in run
     rc = apply(self.pred.func, args)
   File 
"D:\svnbuild\src-trunk\subversion/tests/clients/cmdline/lock_tests.py", line 
566, in lock_unlock
     expected_status.tweak(pi_base, rho_base, tau_base, writelocked='K')
   File 
"D:\svnbuild\src-trunk\subversion\tests\clients\cmdline\svntest\wc.py", line 
70, in tweak
     apply(self.desc[path].tweak, (), kw)
KeyError: 'A\\D\\G\\pi'
FAIL:  lock_tests.py 12: lock and unlock some files

DJ

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