all_tests errors

Florian Konnertz <[email protected]> Wed, 03 Dec 2003 07:59:49 +0100
Newsgroups gmane.comp.web.zope.plone.collective.ticle
Message-ID <[email protected]>
Hi Simon, hi all

I continued with ticle today, ran the tests and got many errors, see 
below, maybe you have already an idea whats wrong - i havent 
investigated further.

In my remembering already all tests were passed the last time i did it 
(before the last additions to cvs) but that was two or three weeks 
ago... (i moved into a new apartment the last time, now i am ready and 
can continue with ticle :)


so far,
tia for any help.

flo



root@groovesurfer tests # python all_tests.py
....EEEEEE......EEE....
======================================================================
ERROR: testHeavyLoad (ticle.tests.testObjectStorage.TestObjectStorage)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/lib/python2.2/ticle/tests/testObjectStorage.py", line 41, 
in setUp
     self.cr = TicleCore('__')
   File "/usr/lib/python2.2/ticle/core.py", line 39, in __init__
     ServiceHub.__init__(self, '___', TicleCore.configuration)
   File "/usr/lib/python2.2/ticle/services.py", line 23, in __init__
     self.__dict__[item] = kw[item](item, self)
   File "/usr/lib/python2.2/ticle/constraintmanager.py", line 39, in 
__init__
     self._initialize_data()
   File "/usr/lib/python2.2/ticle/constraintmanager.py", line 44, in 
_initialize_data
     uidman = self.servicehub.getUIDManager()
AttributeError: servicehub

======================================================================
ERROR: testImplements (ticle.tests.testObjectStorage.TestObjectStorage)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/lib/python2.2/ticle/tests/testObjectStorage.py", line 37, 
in setUp
     self.db = ZODB.DB(FileStorage('test.fs'))
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/FileStorage.py", line 
232, in __init__
     self._lock_file = LockFile(file_name + '.lock')
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 62, 
in __init__
     lock_file(self._fp)
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 42, 
in lock_file
     fcntl.flock(file.fileno(), _flags)
IOError: [Errno 11] Resource temporarily unavailable

======================================================================
ERROR: testRelationsStorage 
(ticle.tests.testObjectStorage.TestObjectStorage)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/lib/python2.2/ticle/tests/testObjectStorage.py", line 37, 
in setUp
     self.db = ZODB.DB(FileStorage('test.fs'))
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/FileStorage.py", line 
232, in __init__
     self._lock_file = LockFile(file_name + '.lock')
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 62, 
in __init__
     lock_file(self._fp)
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 42, 
in lock_file
     fcntl.flock(file.fileno(), _flags)
IOError: [Errno 11] Resource temporarily unavailable

======================================================================
ERROR: testRemoval (ticle.tests.testObjectStorage.TestObjectStorage)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/lib/python2.2/ticle/tests/testObjectStorage.py", line 37, 
in setUp
     self.db = ZODB.DB(FileStorage('test.fs'))
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/FileStorage.py", line 
232, in __init__
     self._lock_file = LockFile(file_name + '.lock')
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 62, 
in __init__
     lock_file(self._fp)
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 42, 
in lock_file
     fcntl.flock(file.fileno(), _flags)
IOError: [Errno 11] Resource temporarily unavailable

======================================================================
ERROR: testRetrieval (ticle.tests.testObjectStorage.TestObjectStorage)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/lib/python2.2/ticle/tests/testObjectStorage.py", line 37, 
in setUp
     self.db = ZODB.DB(FileStorage('test.fs'))
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/FileStorage.py", line 
232, in __init__
     self._lock_file = LockFile(file_name + '.lock')
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 62, 
in __init__
     lock_file(self._fp)
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 42, 
in lock_file
     fcntl.flock(file.fileno(), _flags)
IOError: [Errno 11] Resource temporarily unavailable

======================================================================
ERROR: testStore (ticle.tests.testObjectStorage.TestObjectStorage)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/lib/python2.2/ticle/tests/testObjectStorage.py", line 37, 
in setUp
     self.db = ZODB.DB(FileStorage('test.fs'))
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/FileStorage.py", line 
232, in __init__
     self._lock_file = LockFile(file_name + '.lock')
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 62, 
in __init__
     lock_file(self._fp)
   File "/usr/local/Zope-2.7cvs/lib/python/ZODB/lock_file.py", line 42, 
in lock_file
     fcntl.flock(file.fileno(), _flags)
IOError: [Errno 11] Resource temporarily unavailable

======================================================================
ERROR: testAddTriple (ticle.tests.testRelationsManager.TestRelationsManager)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/lib/python2.2/ticle/tests/testRelationsManager.py", line 
20, in setUp
     self.core = TicleCore('__dummy__')
   File "/usr/lib/python2.2/ticle/core.py", line 39, in __init__
     ServiceHub.__init__(self, '___', TicleCore.configuration)
   File "/usr/lib/python2.2/ticle/services.py", line 23, in __init__
     self.__dict__[item] = kw[item](item, self)
   File "/usr/lib/python2.2/ticle/constraintmanager.py", line 39, in 
__init__
     self._initialize_data()
   File "/usr/lib/python2.2/ticle/constraintmanager.py", line 44, in 
_initialize_data
     uidman = self.servicehub.getUIDManager()
AttributeError: servicehub

======================================================================
ERROR: testExistsTriple 
(ticle.tests.testRelationsManager.TestRelationsManager)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/lib/python2.2/ticle/tests/testRelationsManager.py", line 
20, in setUp
     self.core = TicleCore('__dummy__')
   File "/usr/lib/python2.2/ticle/core.py", line 39, in __init__
     ServiceHub.__init__(self, '___', TicleCore.configuration)
   File "/usr/lib/python2.2/ticle/services.py", line 23, in __init__
     self.__dict__[item] = kw[item](item, self)
   File "/usr/lib/python2.2/ticle/constraintmanager.py", line 39, in 
__init__
     self._initialize_data()
   File "/usr/lib/python2.2/ticle/constraintmanager.py", line 44, in 
_initialize_data
     uidman = self.servicehub.getUIDManager()
AttributeError: servicehub

======================================================================
ERROR: testImplements 
(ticle.tests.testRelationsManager.TestRelationsManager)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/usr/lib/python2.2/ticle/tests/testRelationsManager.py", line 
20, in setUp
     self.core = TicleCore('__dummy__')
   File "/usr/lib/python2.2/ticle/core.py", line 39, in __init__
     ServiceHub.__init__(self, '___', TicleCore.configuration)
   File "/usr/lib/python2.2/ticle/services.py", line 23, in __init__
     self.__dict__[item] = kw[item](item, self)
   File "/usr/lib/python2.2/ticle/constraintmanager.py", line 39, in 
__init__
     self._initialize_data()
   File "/usr/lib/python2.2/ticle/constraintmanager.py", line 44, in 
_initialize_data
     uidman = self.servicehub.getUIDManager()
AttributeError: servicehub

----------------------------------------------------------------------
Ran 23 tests in 0.025s

FAILED (errors=9)


-- 
Florian Konnertz   ---   http://florian-konnertz.de	
http://openspirit.de/noowiki/FrontPage
Portal and wiki about all topics, especially consciousness
research and wisdom traditions







-------------------------------------------------------
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8