You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jens Peters <jp...@gmx.de> on 2009/05/05 18:34:44 UTC

Re: [PATCH] Fix python testsuite issues ("Can't remove re-cache.db")

On 5-5-2009 19:38, David James wrote:
> Thanks Jens. I've committed your patch in 37586.
>
> On my machine, the SWIG Python tests currently hang halfway through,
> but I can confirm that this isn't related to the patch -- Greg, could
> you take a look? The SWIG Python tests hang during the
> test_diff_editor4 test in wc.py.
>
> Cheers,
>
> David

Hi David,

Thank you for committing my patch.

Om my machine the testsuite runs now nice until the end. I switched back 
to swig 1.3.36 which resolved the earlier mentioned differences in the 
baton adresses, but I have still one failure. It looks like a path is 
added twice somwhere.



======================================================================
ERROR: test_status_editor (wc.SubversionWorkingCopyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"D:\develop\svn\subversion-1.6\subversion\bindings\swig\python\tests\wc.p
y", line 162, in test_status_editor
     editor.close_edit(edit_baton)
   File "d:\opt\Subversion\python\libsvn\delta.py", line 458, in close_edit
     return svn_delta_editor_invoke_close_edit(self, *args)
   File "d:\opt\Subversion\python\libsvn\delta.py", line 677, in 
svn_delta_editor
_invoke_close_edit
     return apply(_delta.svn_delta_editor_invoke_close_edit, args)
SubversionException: ("Can't check path 
'd:\\tmp\\tmpgz7_dk\\d:\\tmp\\tmpgz7_dk'
: The filename, directory name, or volume label syntax is incorrect.  ", 
720123)


----------------------------------------------------------------------
Ran 106 tests in 27.660s

FAILED (errors=1)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2071691

Re: [PATCH] Fix python testsuite issues ("Can't remove re-cache.db")

Posted by Jens Peters <jp...@gmx.de>.
> ======================================================================
> ERROR: test_status_editor (wc.SubversionWorkingCopyTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>     File
> "D:\develop\svn\subversion-1.6\subversion\bindings\swig\python\tests\wc.p
> y", line 162, in test_status_editor
>       editor.close_edit(edit_baton)
>     File "d:\opt\Subversion\python\libsvn\delta.py", line 458, in close_edit
>       return svn_delta_editor_invoke_close_edit(self, *args)
>     File "d:\opt\Subversion\python\libsvn\delta.py", line 677, in
> svn_delta_editor
> _invoke_close_edit
>       return apply(_delta.svn_delta_editor_invoke_close_edit, args)
> SubversionException: ("Can't check path
> 'd:\\tmp\\tmpgz7_dk\\d:\\tmp\\tmpgz7_dk'
> : The filename, directory name, or volume label syntax is incorrect.  ",
> 720123)
>
>
> ----------------------------------------------------------------------
> Ran 106 tests in 27.660s
>
> FAILED (errors=1)

Hi David,

any idea in which direction I should look to get a grip on that last 
failure?

Regards,
jens

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2195118