[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Python testsuite on windows

From: Jens Peters <jpeters7677_at_gmx.de>
Date: Mon, 27 Apr 2009 22:11:46 +0200

David James wrote:
> Hi Jens,
>
> From this bug report it's hard to tell the exact problem. This does
> suggest a new issue with Subversion 1.6 -- now that Subversion has a
> rep-cache DB, we need to be careful to make sure it gets closed before
> we try to delete the directory. I'm wondering whether the rep-cache DB
> got left open because of an exception in an earlier test -- could you
> try running the tests individually to see what the problem with them
> is?

Hi James,

Thank you for your reply. The following tests are OK:
Core, Delta, Pool, Auth.

These are the ones with errors:

Merge-info:

d:\opt\Subversion\python\svn\core.py:47: DeprecationWarning:
BaseException.messa
ge has been deprecated as of Python 2.6
   self.message = message
EEEEEE
======================================================================
ERROR: test_mergeinfo_get (__main__.SubversionMergeinfoTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "subversion\bindings\swig\python\tests\mergeinfo.py", line 55,
in tearDow
n
     repos.delete(REPOS_PATH)
   File "d:\opt\Subversion\python\libsvn\repos.py", line 93, in
svn_repos_delete
     return _repos.svn_repos_delete(*args)
SubversionException: ("Can't remove
'd:\\tmp\\tmpxyfbvp-trac-svnrepos\\db\\rep-c
ache.db'", 720032)

All 6 tests are failing with the same message.

------------------------------------------------------------------------
------------------------------------------------------------------------
Client:

D:\develop\svn\subversion-1.6>python
subversion\bindings\swig\python\tests\clien
t.py
F............
======================================================================
FAIL: Test playing with C batons
----------------------------------------------------------------------
Traceback (most recent call last):
   File "subversion\bindings\swig\python\tests\client.py", line 49, in
testBatonP
lay
     str(self.client_ctx.auth_baton))
AssertionError: "<libsvn.core.svn_auth_baton_t; proxy of <Swig Object of
type 's
vn_auth_baton_t *' at 0x0000000003953780> >" !=
"<libsvn.core.svn_auth_baton_t;
proxy of <Swig Object of type 'svn_auth_baton_t *' at 0x0000000003953750> >"

----------------------------------------------------------------------
Ran 13 tests in 1.279s

FAILED (failures=1)

------------------------------------------------------------------------
------------------------------------------------------------------------

Ra:
16 of 17 tests are failing with "Can't remove ..". The first test
finishes fine.

WC:
22 of 23 tests are failing with "Can't remove ..". The first test
finishes fine.

Repository:
I dont see a summary, but fails with "Can't remove ..". The first test
seems to finish fine, according to the number of dots :) ).

Let me know if I can provide some more infos.

Regards,
Jens

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1951261
Received on 2009-04-27 22:12:35 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.