[Zope-dev] [Zope2] 'zopectl test' failing on the trunk and 2.10
branch
Andreas Jung
lists at zopyx.com
Sat Jan 20 02:30:41 EST 2007
Hi,
although "make test" reports no errors for the trunk/2.10 branch I get the
following errors when running "zopectl test". Any ideas?
Andreas
--------------
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/profiler.py",
line 88, in __call__
self.setUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/base.py",
line 92, in setUp
self.afterSetUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py",
line 71, in afterSetUp
request.set('SESSION', sdm.getSessionData())
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 94, in getSessionData
return self._getSessionDataObject(key)
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 180, in _getSessionDataObject
container = self._getSessionDataContainer()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 223, in _getSessionDataContainer
raise SessionDataManagerErr, (
SessionDataManagerErr: External session data container
'/temp_folder/session_data' not found.
.
Error in test testAddQuantity
(Testing.ZopeTestCase.testShoppingCart.TestSandboxedShoppingCart)
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/profiler.py",
line 88, in __call__
self.setUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/base.py",
line 92, in setUp
self.afterSetUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py",
line 71, in afterSetUp
request.set('SESSION', sdm.getSessionData())
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 94, in getSessionData
return self._getSessionDataObject(key)
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 180, in _getSessionDataObject
container = self._getSessionDataContainer()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 223, in _getSessionDataContainer
raise SessionDataManagerErr, (
SessionDataManagerErr: External session data container
'/temp_folder/session_data' not found.
.
Error in test testCartIsEmpty
(Testing.ZopeTestCase.testShoppingCart.TestSandboxedShoppingCart)
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/profiler.py",
line 88, in __call__
self.setUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/base.py",
line 92, in setUp
self.afterSetUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py",
line 71, in afterSetUp
request.set('SESSION', sdm.getSessionData())
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 94, in getSessionData
return self._getSessionDataObject(key)
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 180, in _getSessionDataObject
container = self._getSessionDataContainer()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 223, in _getSessionDataContainer
raise SessionDataManagerErr, (
SessionDataManagerErr: External session data container
'/temp_folder/session_data' not found.
.
Error in test testDeleteItems
(Testing.ZopeTestCase.testShoppingCart.TestSandboxedShoppingCart)
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/profiler.py",
line 88, in __call__
self.setUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/base.py",
line 92, in setUp
self.afterSetUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py",
line 71, in afterSetUp
request.set('SESSION', sdm.getSessionData())
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 94, in getSessionData
return self._getSessionDataObject(key)
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 180, in _getSessionDataObject
container = self._getSessionDataContainer()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 223, in _getSessionDataContainer
raise SessionDataManagerErr, (
SessionDataManagerErr: External session data container
'/temp_folder/session_data' not found.
.
Error in test testEight
(Testing.ZopeTestCase.testShoppingCart.TestSandboxedShoppingCart)
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/profiler.py",
line 88, in __call__
self.setUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/base.py",
line 92, in setUp
self.afterSetUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py",
line 71, in afterSetUp
request.set('SESSION', sdm.getSessionData())
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 94, in getSessionData
return self._getSessionDataObject(key)
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 180, in _getSessionDataObject
container = self._getSessionDataContainer()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 223, in _getSessionDataContainer
raise SessionDataManagerErr, (
SessionDataManagerErr: External session data container
'/temp_folder/session_data' not found.
.
Error in test testGetItem
(Testing.ZopeTestCase.testShoppingCart.TestSandboxedShoppingCart)
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/profiler.py",
line 88, in __call__
self.setUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/base.py",
line 92, in setUp
self.afterSetUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py",
line 71, in afterSetUp
request.set('SESSION', sdm.getSessionData())
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 94, in getSessionData
return self._getSessionDataObject(key)
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 180, in _getSessionDataObject
container = self._getSessionDataContainer()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 223, in _getSessionDataContainer
raise SessionDataManagerErr, (
SessionDataManagerErr: External session data container
'/temp_folder/session_data' not found.
.
Error in test testGetTotal
(Testing.ZopeTestCase.testShoppingCart.TestSandboxedShoppingCart)
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/profiler.py",
line 88, in __call__
self.setUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/base.py",
line 92, in setUp
self.afterSetUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py",
line 71, in afterSetUp
request.set('SESSION', sdm.getSessionData())
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 94, in getSessionData
return self._getSessionDataObject(key)
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 180, in _getSessionDataObject
container = self._getSessionDataContainer()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 223, in _getSessionDataContainer
raise SessionDataManagerErr, (
SessionDataManagerErr: External session data container
'/temp_folder/session_data' not found.
.
Error in test testSession
(Testing.ZopeTestCase.testShoppingCart.TestSandboxedShoppingCart)
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/profiler.py",
line 88, in __call__
self.setUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/base.py",
line 92, in setUp
self.afterSetUp()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py",
line 71, in afterSetUp
request.set('SESSION', sdm.getSessionData())
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 94, in getSessionData
return self._getSessionDataObject(key)
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 180, in _getSessionDataObject
container = self._getSessionDataContainer()
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/Products/Sessions/SessionDataManager.py",
line 223, in _getSessionDataContainer
raise SessionDataManagerErr, (
SessionDataManagerErr: External session data container
'/temp_folder/session_data' not found.
........................................................................................................................................................................................................................................................................................2007-01-20
08:22:11 ERROR ZPublisher '__before_publishing_traverse__' call
<ZPublisher.tests.testBeforeTraverse.BrokenHook instance at 0x2b051bb65c20>
failed.
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/ZPublisher/BeforeTraverse.py",
line 105, in __call__
cob(container, request)
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/ZPublisher/tests/testBeforeTraverse.py",
line 30, in __call__
raise TypeError, self.__class__.__name__
TypeError: BrokenHook
2007-01-20 08:22:11 ERROR ZPublisher BeforeTraverse: Error while invoking
hook: "broken_callable"
Traceback (most recent call last):
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/ZPublisher/BeforeTraverse.py",
line 145, in __call__
meth(*(container, request, None)[:args])
File
"/develop/sandboxes/Zope/Zope2/trunk/lib/python/ZPublisher/tests/testBeforeTraverse.py",
line 30, in __call__
raise TypeError, self.__class__.__name__
TypeError: BrokenHook
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20070120/c60f485d/attachment.bin
More information about the Zope-Dev
mailing list