[Erp5-report] PERF r31328: 0 Tests, 0 Errors, 0 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 16 13:58:39 CET 2009


Test Suite: PERF
Revision: 31328
Result: PASS

All tests: 0
Failures: 0
Errors: 0
Skips: 0




The following tests have an unknown status:
'Products/ERP5Type/tests/runUnitTest.py' '--erp5_sql_connection_string' 'test test' 'testPerformance'
'Products/ERP5Type/tests/runUnitTest.py' '--erp5_sql_connection_string' 'test test' 'testPerformance'
'Products/ERP5Type/tests/runUnitTest.py' '--erp5_sql_connection_string' 'test test' 'testPerformance'
-------------- next part --------------
Loading Zope ... Cleaning static files ... Instance at '/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test' loaded ... Traceback (most recent call last):
  File "Products/ERP5Type/tests/runUnitTest.py", line 575, in ?
    main()
  File "Products/ERP5Type/tests/runUnitTest.py", line 558, in main
    debug=debug)
  File "Products/ERP5Type/tests/runUnitTest.py", line 425, in runUnitTestList
    suite = test_loader.loadTestsFromNames(test_list)
  File "/usr/lib64/python2.4/unittest.py", line 556, in loadTestsFromNames
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "Products/ERP5Type/tests/runUnitTest.py", line 228, in loadTestsFromName
    return unittest.TestLoader.loadTestsFromName(self, name, module)
  File "/usr/lib64/python2.4/unittest.py", line 524, in loadTestsFromName
    module = __import__('.'.join(parts_copy))
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 35, in ?
    from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 175, in ?
    ZopeTestCase.installProduct('ERP5Type', quiet=install_product_quiet)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/ZopeLite.py", line 157, in installProduct
    get_folder_permissions(), raise_exc=1)
  File "/usr/lib/erp5/lib/python/OFS/Application.py", line 773, in install_product
    initmethod(context)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/__init__.py", line 100, in initialize
    initializeProductDocumentRegistry()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/InitGenerator.py", line 67, in initializeProductDocumentRegistry
    importLocalDocument(class_id, document_path=document_path)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Utils.py", line 879, in importLocalDocument
    document_module = imp.load_source(
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/Document/NewOrderRule.py", line 36, in ?
    from Products.ERP5.mixin.rule import RuleMixin
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/mixin/rule.py", line 320
    return filter(lambda x:x.isTestingProvider() and \ # XXX-JPS name too generic - is it for divergence ? for somehting else ?
                                                                                                                              ^
SyntaxError: invalid token
Loading Zope ... Cleaning static files ... Instance at '/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test' loaded ... Traceback (most recent call last):
  File "Products/ERP5Type/tests/runUnitTest.py", line 575, in ?
    main()
  File "Products/ERP5Type/tests/runUnitTest.py", line 558, in main
    debug=debug)
  File "Products/ERP5Type/tests/runUnitTest.py", line 425, in runUnitTestList
    suite = test_loader.loadTestsFromNames(test_list)
  File "/usr/lib64/python2.4/unittest.py", line 556, in loadTestsFromNames
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "Products/ERP5Type/tests/runUnitTest.py", line 228, in loadTestsFromName
    return unittest.TestLoader.loadTestsFromName(self, name, module)
  File "/usr/lib64/python2.4/unittest.py", line 524, in loadTestsFromName
    module = __import__('.'.join(parts_copy))
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 35, in ?
    from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 175, in ?
    ZopeTestCase.installProduct('ERP5Type', quiet=install_product_quiet)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/ZopeLite.py", line 157, in installProduct
    get_folder_permissions(), raise_exc=1)
  File "/usr/lib/erp5/lib/python/OFS/Application.py", line 773, in install_product
    initmethod(context)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/__init__.py", line 100, in initialize
    initializeProductDocumentRegistry()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/InitGenerator.py", line 67, in initializeProductDocumentRegistry
    importLocalDocument(class_id, document_path=document_path)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Utils.py", line 879, in importLocalDocument
    document_module = imp.load_source(
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/Document/NewOrderRule.py", line 36, in ?
    from Products.ERP5.mixin.rule import RuleMixin
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/mixin/rule.py", line 320
    return filter(lambda x:x.isTestingProvider() and \ # XXX-JPS name too generic - is it for divergence ? for somehting else ?
                                                                                                                              ^
SyntaxError: invalid token
Loading Zope ... Cleaning static files ... Instance at '/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test' loaded ... Traceback (most recent call last):
  File "Products/ERP5Type/tests/runUnitTest.py", line 575, in ?
    main()
  File "Products/ERP5Type/tests/runUnitTest.py", line 558, in main
    debug=debug)
  File "Products/ERP5Type/tests/runUnitTest.py", line 425, in runUnitTestList
    suite = test_loader.loadTestsFromNames(test_list)
  File "/usr/lib64/python2.4/unittest.py", line 556, in loadTestsFromNames
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "Products/ERP5Type/tests/runUnitTest.py", line 228, in loadTestsFromName
    return unittest.TestLoader.loadTestsFromName(self, name, module)
  File "/usr/lib64/python2.4/unittest.py", line 524, in loadTestsFromName
    module = __import__('.'.join(parts_copy))
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 35, in ?
    from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 175, in ?
    ZopeTestCase.installProduct('ERP5Type', quiet=install_product_quiet)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/ZopeLite.py", line 157, in installProduct
    get_folder_permissions(), raise_exc=1)
  File "/usr/lib/erp5/lib/python/OFS/Application.py", line 773, in install_product
    initmethod(context)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/__init__.py", line 100, in initialize
    initializeProductDocumentRegistry()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/InitGenerator.py", line 67, in initializeProductDocumentRegistry
    importLocalDocument(class_id, document_path=document_path)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Utils.py", line 879, in importLocalDocument
    document_module = imp.load_source(
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/Document/NewOrderRule.py", line 36, in ?
    from Products.ERP5.mixin.rule import RuleMixin
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/mixin/rule.py", line 320
    return filter(lambda x:x.isTestingProvider() and \ # XXX-JPS name too generic - is it for divergence ? for somehting else ?
                                                                                                                              ^
SyntaxError: invalid token


More information about the Erp5-report mailing list