[Erp5-report] ERP5_z28 r21555: 2002 Tests, 16 Errors, 4 Failures
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jun 13 04:23:42 CEST 2008
Test Suite: ERP5_z28
Revision: 21555
Result: FAIL
All tests: 2002
Failures: 4
Errors: 16
The following tests failed:
testXHTML (1 errors)
test.erp5_project.Project.Project_viewLineList (testXHTML.TestXHTML)
testGadgets (2 errors)
Check that it's properly initialized
Check Gadgets
testCRM (9 errors)
test_asText (testCRM.TestCRMMailIngestion)
test_document_creation (testCRM.TestCRMMailIngestion)
test_findTypeByName_MailMessage (testCRM.TestCRMMailIngestion)
test_follow_up (testCRM.TestCRMMailIngestion)
test_forwarder_mail (testCRM.TestCRMMailIngestion)
test_portal_type_determination (testCRM.TestCRMMailIngestion)
test_recipient (testCRM.TestCRMMailIngestion)
test_sender (testCRM.TestCRMMailIngestion)
test_title (testCRM.TestCRMMailIngestion)
testContributionRegistryTool (1 failures)
testFindPortalTypeName (testContributionRegistryTool.TestContributionRegistryTool)
testIngestion (1 errors)
test_05_FormatIngestionText (testIngestion.TestIngestion)
testScribusUtils (1 errors)
Just create a module using scribus file and pdf file with DateTimeField
testERP5Catalog (3 failures)
test_SearchedStringIsNotStripped (testERP5Catalog.TestERP5Catalog)
test_complex_query (testERP5Catalog.TestERP5Catalog)
test_sortOnRelatedKeyWithUnsetRelation (testERP5Catalog.TestERP5Catalog)
testERP5LdapCatalog (2 errors)
test_01_HasEverything (testERP5LdapCatalog.TestERP5LdapCatalog)
test_02_person_ldap_cataloging (testERP5LdapCatalog.TestERP5LdapCatalog)
-------------- next part --------------
ERROR: test.erp5_project.Project.Project_viewLineList (testXHTML.TestXHTML)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testXHTML.py", line 277, in testMethod
view = getattr(object, view_name)
AttributeError: Project_viewLineList
ERROR: Check that it's properly initialized
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
self.setUp()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 359, in setUp
erp5_catalog_storage=erp5_catalog_storage)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 669, in setUpERP5Site
bt = portal.portal_templates.download(url)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/TemplateTool.py", line 383, in download
bt = self._download_local(name, id)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/TemplateTool.py", line 333, in _download_local
return self._importBT(path, bt_id)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/TemplateTool.py", line 228, in _importBT
file = open(path, 'rb')
IOError: [Errno 2] No such file or directory: 'erp5_knowledge_pad.bt5'
ERROR: Check Gadgets
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
self.setUp()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 359, in setUp
erp5_catalog_storage=erp5_catalog_storage)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 579, in setUpERP5Site
raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_0be623d901b481020c4c563a2b71b9cf already failed, giving up
ERROR: test_asText (testCRM.TestCRMMailIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 376, in test_asText
event = self._ingestMail('simple')
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 351, in _ingestMail
data=data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionTool.py", line 246, in newContent
ob = self.PUT_factory(file_name, mime_type, data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/WebDAVSupport.py", line 220, in PUT_factory
portal_type = findPortalTypeName(name, typ, body)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionRegistryTool.py", line 50, in findPortalTypeName
result = predicate.test(ingestion_file)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/ContributionPredicate.py", line 133, in test
result = result and method(self)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
return self._bindAndExec(args, kw, None)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 877, in _exec
return PythonScript_exec(self, *args)
File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
result = f(*args, **kw)
File "Script (Python)", line 4, in IngestionFile_findTypeNameForEvent
File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 67, in guarded_getitem
v = object[index]
File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 715, in __getitem__
raise KeyError, key
KeyError: <TempDocument at /erp5_portal_70a2e692a2b1312c6d7e7ecf61116aa9/portal_contribution_registry/id/subobject>
ERROR: test_document_creation (testCRM.TestCRMMailIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 363, in test_document_creation
event = self._ingestMail('simple')
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 351, in _ingestMail
data=data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionTool.py", line 246, in newContent
ob = self.PUT_factory(file_name, mime_type, data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/WebDAVSupport.py", line 220, in PUT_factory
portal_type = findPortalTypeName(name, typ, body)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionRegistryTool.py", line 50, in findPortalTypeName
result = predicate.test(ingestion_file)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/ContributionPredicate.py", line 133, in test
result = result and method(self)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
return self._bindAndExec(args, kw, None)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 877, in _exec
return PythonScript_exec(self, *args)
File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
result = f(*args, **kw)
File "Script (Python)", line 4, in IngestionFile_findTypeNameForEvent
File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 67, in guarded_getitem
v = object[index]
File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 715, in __getitem__
raise KeyError, key
KeyError: <TempDocument at /erp5_portal_70a2e692a2b1312c6d7e7ecf61116aa9/portal_contribution_registry/id/subobject>
ERROR: test_findTypeByName_MailMessage (testCRM.TestCRMMailIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 357, in test_findTypeByName_MailMessage
self.portal.portal_contribution_registry.findPortalTypeName(
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionRegistryTool.py", line 50, in findPortalTypeName
result = predicate.test(ingestion_file)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/ContributionPredicate.py", line 133, in test
result = result and method(self)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
return self._bindAndExec(args, kw, None)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 877, in _exec
return PythonScript_exec(self, *args)
File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
result = f(*args, **kw)
File "Script (Python)", line 4, in IngestionFile_findTypeNameForEvent
File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 67, in guarded_getitem
v = object[index]
File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 715, in __getitem__
raise KeyError, key
KeyError: <TempDocument at /erp5_portal_70a2e692a2b1312c6d7e7ecf61116aa9/portal_contribution_registry/id/subobject>
ERROR: test_follow_up (testCRM.TestCRMMailIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 402, in test_follow_up
event = self._ingestMail('simple')
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 351, in _ingestMail
data=data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionTool.py", line 246, in newContent
ob = self.PUT_factory(file_name, mime_type, data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/WebDAVSupport.py", line 220, in PUT_factory
portal_type = findPortalTypeName(name, typ, body)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionRegistryTool.py", line 50, in findPortalTypeName
result = predicate.test(ingestion_file)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/ContributionPredicate.py", line 133, in test
result = result and method(self)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
return self._bindAndExec(args, kw, None)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 877, in _exec
return PythonScript_exec(self, *args)
File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
result = f(*args, **kw)
File "Script (Python)", line 4, in IngestionFile_findTypeNameForEvent
File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 67, in guarded_getitem
v = object[index]
File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 715, in __getitem__
raise KeyError, key
KeyError: <TempDocument at /erp5_portal_70a2e692a2b1312c6d7e7ecf61116aa9/portal_contribution_registry/id/subobject>
ERROR: test_forwarder_mail (testCRM.TestCRMMailIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 476, in test_forwarder_mail
document = self._ingestMail(filename='forwarded')
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 351, in _ingestMail
data=data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionTool.py", line 246, in newContent
ob = self.PUT_factory(file_name, mime_type, data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/WebDAVSupport.py", line 220, in PUT_factory
portal_type = findPortalTypeName(name, typ, body)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionRegistryTool.py", line 50, in findPortalTypeName
result = predicate.test(ingestion_file)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/ContributionPredicate.py", line 133, in test
result = result and method(self)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
return self._bindAndExec(args, kw, None)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 877, in _exec
return PythonScript_exec(self, *args)
File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
result = f(*args, **kw)
File "Script (Python)", line 4, in IngestionFile_findTypeNameForEvent
File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 67, in guarded_getitem
v = object[index]
File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 715, in __getitem__
raise KeyError, key
KeyError: <TempDocument at /erp5_portal_70a2e692a2b1312c6d7e7ecf61116aa9/portal_contribution_registry/id/subobject>
ERROR: test_portal_type_determination (testCRM.TestCRMMailIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 415, in test_portal_type_determination
document = self._ingestMail(data=data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 351, in _ingestMail
data=data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionTool.py", line 246, in newContent
ob = self.PUT_factory(file_name, mime_type, data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/WebDAVSupport.py", line 220, in PUT_factory
portal_type = findPortalTypeName(name, typ, body)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionRegistryTool.py", line 50, in findPortalTypeName
result = predicate.test(ingestion_file)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/ContributionPredicate.py", line 133, in test
result = result and method(self)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
return self._bindAndExec(args, kw, None)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 877, in _exec
return PythonScript_exec(self, *args)
File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
result = f(*args, **kw)
File "Script (Python)", line 4, in IngestionFile_findTypeNameForEvent
File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 67, in guarded_getitem
v = object[index]
File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 715, in __getitem__
raise KeyError, key
KeyError: <TempDocument at /erp5_portal_70a2e692a2b1312c6d7e7ecf61116aa9/portal_contribution_registry/id/subobject>
ERROR: test_recipient (testCRM.TestCRMMailIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 389, in test_recipient
event = self._ingestMail('simple')
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 351, in _ingestMail
data=data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionTool.py", line 246, in newContent
ob = self.PUT_factory(file_name, mime_type, data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/WebDAVSupport.py", line 220, in PUT_factory
portal_type = findPortalTypeName(name, typ, body)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionRegistryTool.py", line 50, in findPortalTypeName
result = predicate.test(ingestion_file)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/ContributionPredicate.py", line 133, in test
result = result and method(self)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
return self._bindAndExec(args, kw, None)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 877, in _exec
return PythonScript_exec(self, *args)
File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
result = f(*args, **kw)
File "Script (Python)", line 4, in IngestionFile_findTypeNameForEvent
File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 67, in guarded_getitem
v = object[index]
File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 715, in __getitem__
raise KeyError, key
KeyError: <TempDocument at /erp5_portal_70a2e692a2b1312c6d7e7ecf61116aa9/portal_contribution_registry/id/subobject>
ERROR: test_sender (testCRM.TestCRMMailIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 381, in test_sender
event = self._ingestMail('simple')
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 351, in _ingestMail
data=data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionTool.py", line 246, in newContent
ob = self.PUT_factory(file_name, mime_type, data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/WebDAVSupport.py", line 220, in PUT_factory
portal_type = findPortalTypeName(name, typ, body)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionRegistryTool.py", line 50, in findPortalTypeName
result = predicate.test(ingestion_file)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/ContributionPredicate.py", line 133, in test
result = result and method(self)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
return self._bindAndExec(args, kw, None)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 877, in _exec
return PythonScript_exec(self, *args)
File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
result = f(*args, **kw)
File "Script (Python)", line 4, in IngestionFile_findTypeNameForEvent
File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 67, in guarded_getitem
v = object[index]
File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 715, in __getitem__
raise KeyError, key
KeyError: <TempDocument at /erp5_portal_70a2e692a2b1312c6d7e7ecf61116aa9/portal_contribution_registry/id/subobject>
ERROR: test_title (testCRM.TestCRMMailIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 371, in test_title
event = self._ingestMail('simple')
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testCRM.py", line 351, in _ingestMail
data=data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionTool.py", line 246, in newContent
ob = self.PUT_factory(file_name, mime_type, data)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/WebDAVSupport.py", line 220, in PUT_factory
portal_type = findPortalTypeName(name, typ, body)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Tool/ContributionRegistryTool.py", line 50, in findPortalTypeName
result = predicate.test(ingestion_file)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/ContributionPredicate.py", line 133, in test
result = result and method(self)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
return self._bindAndExec(args, kw, None)
File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
return self._exec(bound_data, args, kw)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 877, in _exec
return PythonScript_exec(self, *args)
File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
result = f(*args, **kw)
File "Script (Python)", line 4, in IngestionFile_findTypeNameForEvent
File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 67, in guarded_getitem
v = object[index]
File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 715, in __getitem__
raise KeyError, key
KeyError: <TempDocument at /erp5_portal_70a2e692a2b1312c6d7e7ecf61116aa9/portal_contribution_registry/id/subobject>
FAIL: testFindPortalTypeName (testContributionRegistryTool.TestContributionRegistryTool)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/tests/testContributionRegistryTool.py", line 134, in testFindPortalTypeName
self.assertEqual(tool.findPortalTypeName(mime_type='text/html'), 'Web Page')
AssertionError: 'File' != 'Web Page'
ERROR: test_05_FormatIngestionText (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 1108, in test_05_FormatIngestionText
self.playSequence(step_list, quiet)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 973, in playSequence
sequence_list.play(self, quiet=quiet)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
sequence.play(context, sequence_number=i, quiet=quiet)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
step.play(context, sequence=self, quiet=quiet)
Current Sequence:
CleanUp
CreateTextDocument
> IngestTextFormats
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
method(sequence=sequence)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 742, in stepIngestTextFormats
self.ingestFormatList('one', format_list)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 303, in ingestFormatList
context.convertToBaseFormat()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5/Document/Document.py", line 1288, in convertToBaseFormat
message = self._convertToBaseFormat() # Call implemetation method
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 528, in _convertToBaseFormat
raise ConversionError(
ConversionError: OOoDocument: Error converting document to base format 402::
ERROR: Just create a module using scribus file and pdf file with DateTimeField
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Form/tests/testScribusUtils.py", line 324, in test_07_DateTimeFieldWithModuleCreation
authorisation.setStartDate('2008/06/11')
AttributeError: setStartDate
FAIL: test_SearchedStringIsNotStripped (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2631, in test_SearchedStringIsNotStripped
compareSet(' foo', [second_doc])
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2629, in compareSet
self.assertSameSet(document_list, [x.getObject() for x in result])
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 536, in failIfDifferentSet
self.failUnless(i in b, msg)
AssertionError: [<Organisation at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/83>] != [<Organisation at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/82>]
FAIL: test_complex_query (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2177, in test_complex_query
self.assertEqual(len(catalog(query=query)), 3)
AssertionError: 2 != 3
FAIL: test_sortOnRelatedKeyWithUnsetRelation (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
testMethod()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2666, in test_sortOnRelatedKeyWithUnsetRelation
len(person_module.searchFolder(sort_on=[('subordination_title', 'ascending')])))
AssertionError: 2 != 1
ERROR: test_01_HasEverything (testERP5LdapCatalog.TestERP5LdapCatalog)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
self.setUp()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 359, in setUp
erp5_catalog_storage=erp5_catalog_storage)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 723, in setUpERP5Site
raise RuntimeError, \
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_catalog', 'unindexObject', -2, 6), ('/erp5_portal_a28a575dea15f29ef51928ed670935d0/portal_catalog', 'unindexObject', -2, 6)]
ERROR: test_02_person_ldap_cataloging (testERP5LdapCatalog.TestERP5LdapCatalog)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
self.setUp()
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 359, in setUp
erp5_catalog_storage=erp5_catalog_storage)
File "/home/buildbot/buildbot_slave/full.bot_28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 579, in setUpERP5Site
raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_a28a575dea15f29ef51928ed670935d0 already failed, giving up
More information about the Erp5-report
mailing list