You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2004/12/09 19:13:18 UTC

win32 svnlook test failure

Here's the detailed win32 error log output from svnlook_tests.py, test  
#3.  It's been failing every night on win32 for a week now.

Apparently the output of the 'svnlook diff' command changed a tiny bit.  
  It no longer shows full paths when describing propchanges?



CMD: svnadmin.exe "create" "repositories\svnlook_tests-3"  
"--bdb-txn-nosync" <TIME = 2.110000>
CMD: svnadmin.exe dump "local_tmp\repos" | svnadmin.exe load  
"repositories\svnlook_tests-3" <TIME = 0.015000>
CMD: svn.exe "co" "--username" "jrandom" "--password" "rayjandom"  
"file:///D:/svnbuild/src-trunk/Release/subversion/tests/clients/ 
cmdline/repositories/svnlook_tests-3" "working_copies\svnlook_tests-3"  
"--config-dir"  
"D:\svnbuild\src- 
trunk\Release\subversion\tests\clients\cmdline\local_tmp\config" <TIME  
= 2.344000>
CMD: svn.exe "propset" "bogus_prop" "bogus_val"  
"working_copies\svnlook_tests-3\iota" "--config-dir"  
"D:\svnbuild\src- 
trunk\Release\subversion\tests\clients\cmdline\local_tmp\config" <TIME  
= 0.016000>
CMD: svn.exe "ci" "-m" "log msg" "working_copies\svnlook_tests-3\iota"  
"--config-dir"  
"D:\svnbuild\src- 
trunk\Release\subversion\tests\clients\cmdline\local_tmp\config" <TIME  
= 0.984000>
CMD: svn.exe "diff" "-r" "PREV" "working_copies\svnlook_tests-3\iota"  
"--config-dir"  
"D:\svnbuild\src- 
trunk\Release\subversion\tests\clients\cmdline\local_tmp\config" <TIME  
= 1.110000>
CMD: svnlook.exe "diff" "repositories\svnlook_tests-3" <TIME = 0.734000>

EXPECTED :

Property changes on: working_copies\svnlook_tests-3\iota
___________________________________________________________________
Name: bogus_prop
    + bogus_val

ACTUAL :

Property changes on: iota
___________________________________________________________________
Name: bogus_prop
    + bogus_val

EXCEPTION: SVNLineUnequal
FAIL:  svnlook_tests.py 3: test the printing of property diffs


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

Re: win32 svnlook test failure

Posted by Branko Čibej <br...@xbc.nu>.
Ben Collins-Sussman wrote:

> Here's the detailed win32 error log output from svnlook_tests.py, 
> test  #3.  It's been failing every night on win32 for a week now.
>
> Apparently the output of the 'svnlook diff' command changed a tiny 
> bit.   It no longer shows full paths when describing propchanges?

Yes, but why only on Windows? Anyone remember which tweak to the 
svn_path functions could cause this?

-- Brane



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