[Erp5-report] ERP5 r20788: 9 Tests, 0 Errors, 4 Failures

nobody at nexedi.com nobody at nexedi.com
Thu Apr 24 10:17:24 CEST 2008


Date : 2008-04-24

Revision: 20788
Ran Unit test of Performance
Ran 3 tests in 433.577s
FAILED (failures=2)

Ran Unit test of Performance
Ran 3 tests in 430.527s
FAILED (failures=1)

Ran Unit test of Performance
Ran 3 tests in 429.713s
FAILED (failures=1)

-------------- next part --------------
SOFTWARE_HOME: /initrd/loopfs/usr/lib/zope/lib/python
INSTANCE_HOME: /mnt/erp5_cd/zope/unit_test
Loading Zope, please stand by ./usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
  DeprecationWarning)
../mnt/erp5_cd/zope/unit_test/lib/python/psyco.py:3: UserWarning: psyco is disabled !
  warnings.warn('psyco is disabled !')
/usr/lib/zope/lib/python/Products/CMFMailIn/__init__.py:16: DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions';  please use the new module instead.
  from Products.CMFCore import utils, CMFCorePermissions
 done (2.175s)

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (27.230s)
Adding erp5_base business template ... (imported in 6.197s) done (10.142s)
Adding erp5_ui_test business template ... (imported in 3.434s) done (6.461s)
Executing pending activities ... /mnt/erp5_cd/zope/unit_test/Products/CMFActivity/ActivityTool.py:822: UserWarning: CMFActivity.ActivityTool.invoke: PARENTS is not defined in REQUEST. It should only happen in unit tests.
  warn('CMFActivity.ActivityTool.invoke: PARENTS is not defined in REQUEST. It should only happen in unit tests.')
272 20 69 9 15 1 done (13.999s)
Logout ... 
done (58.471s)
Ran Unit test of Performance
objective time to view object form 0.1120 < 0.1238 < 0.1220

Fnb objects = 000100
	add = 0.0070 < 0.0086 < 0.0090
	tic = 0.0260 < 0.0333 < 0.0355
	view = 0.1250 < 0.1558 < 0.1750

nb objects = 000200
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0336 < 0.0355
	view = 0.1497 < 0.1735 < 0.1997

nb objects = 000300
	add = 0.0070 < 0.0086 < 0.0090
	tic = 0.0260 < 0.0334 < 0.0355
	view = 0.1744 < 0.1941 < 0.2244

nb objects = 000400
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0336 < 0.0355
	view = 0.1992 < 0.2176 < 0.2492

nb objects = 000500
	add = 0.0070 < 0.0086 < 0.0090
	tic = 0.0260 < 0.0336 < 0.0355
	view = 0.2239 < 0.2412 < 0.2739

nb objects = 000600
	add = 0.0070 < 0.0086 < 0.0090
	tic = 0.0260 < 0.0335 < 0.0355
	view = 0.2486 < 0.2636 < 0.2986

nb objects = 000700
	add = 0.0070 < 0.0086 < 0.0090
	tic = 0.0260 < 0.0334 < 0.0355
	view = 0.2733 < 0.2896 < 0.3233

nb objects = 000800
	add = 0.0070 < 0.0086 < 0.0090
	tic = 0.0260 < 0.0333 < 0.0355
	view = 0.2980 < 0.3104 < 0.3480

nb objects = 000900
	add = 0.0070 < 0.0086 < 0.0090
	tic = 0.0260 < 0.0333 < 0.0355
	view = 0.3228 < 0.3345 < 0.3728

nb objects = 001000
	add = 0.0070 < 0.0086 < 0.0090
	tic = 0.0260 < 0.0336 < 0.0355
	view = 0.3475 < 0.3567 < 0.3975

.time to view proxyfield form 0.2390 < 0.2561 < 0.2490

F
======================================================================
FAIL: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/zope/Products/ERP5Type/tests/testPerformance.py", line 134, in test_00_viewBarObject
    prefix='objective')
  File "/mnt/erp5_cd/zope/Products/ERP5Type/tests/testPerformance.py", line 122, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1120 < 0.1238 < 0.1220

======================================================================
FAIL: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/zope/Products/ERP5Type/tests/testPerformance.py", line 248, in test_viewProxyField
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2390 < 0.2561 < 0.2490

----------------------------------------------------------------------
Ran 3 tests in 433.577s

FAILED (failures=2)
SOFTWARE_HOME: /initrd/loopfs/usr/lib/zope/lib/python
INSTANCE_HOME: /mnt/erp5_cd/zope/unit_test
Loading Zope, please stand by ./usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
  DeprecationWarning)
../mnt/erp5_cd/zope/unit_test/lib/python/psyco.py:3: UserWarning: psyco is disabled !
  warnings.warn('psyco is disabled !')
/usr/lib/zope/lib/python/Products/CMFMailIn/__init__.py:16: DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions';  please use the new module instead.
  from Products.CMFCore import utils, CMFCorePermissions
 done (1.615s)

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (25.759s)
Adding erp5_base business template ... (imported in 6.145s) done (10.102s)
Adding erp5_ui_test business template ... (imported in 3.428s) done (6.446s)
Executing pending activities ... /mnt/erp5_cd/zope/unit_test/Products/CMFActivity/ActivityTool.py:822: UserWarning: CMFActivity.ActivityTool.invoke: PARENTS is not defined in REQUEST. It should only happen in unit tests.
  warn('CMFActivity.ActivityTool.invoke: PARENTS is not defined in REQUEST. It should only happen in unit tests.')
272 20 69 9 15 1 done (14.039s)
Logout ... 
done (56.990s)
Ran Unit test of Performance
objective time to view object form 0.1120 < 0.1236 < 0.1220

Fnb objects = 000100
	add = 0.0070 < 0.0084 < 0.0090
	tic = 0.0260 < 0.0330 < 0.0355
	view = 0.1250 < 0.1558 < 0.1750

nb objects = 000200
	add = 0.0070 < 0.0084 < 0.0090
	tic = 0.0260 < 0.0336 < 0.0355
	view = 0.1497 < 0.1740 < 0.1997

nb objects = 000300
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0333 < 0.0355
	view = 0.1744 < 0.1947 < 0.2244

nb objects = 000400
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0333 < 0.0355
	view = 0.1992 < 0.2187 < 0.2492

nb objects = 000500
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0333 < 0.0355
	view = 0.2239 < 0.2420 < 0.2739

nb objects = 000600
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0331 < 0.0355
	view = 0.2486 < 0.2647 < 0.2986

nb objects = 000700
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0334 < 0.0355
	view = 0.2733 < 0.2888 < 0.3233

nb objects = 000800
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0332 < 0.0355
	view = 0.2980 < 0.3109 < 0.3480

nb objects = 000900
	add = 0.0070 < 0.0084 < 0.0090
	tic = 0.0260 < 0.0335 < 0.0355
	view = 0.3228 < 0.3347 < 0.3728

nb objects = 001000
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0333 < 0.0355
	view = 0.3475 < 0.3585 < 0.3975

.time to view proxyfield form 0.2390 < 0.2464 < 0.2490

.
======================================================================
FAIL: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/zope/Products/ERP5Type/tests/testPerformance.py", line 134, in test_00_viewBarObject
    prefix='objective')
  File "/mnt/erp5_cd/zope/Products/ERP5Type/tests/testPerformance.py", line 122, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1120 < 0.1236 < 0.1220

----------------------------------------------------------------------
Ran 3 tests in 430.527s

FAILED (failures=1)
SOFTWARE_HOME: /initrd/loopfs/usr/lib/zope/lib/python
INSTANCE_HOME: /mnt/erp5_cd/zope/unit_test
Loading Zope, please stand by ./usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
  DeprecationWarning)
../mnt/erp5_cd/zope/unit_test/lib/python/psyco.py:3: UserWarning: psyco is disabled !
  warnings.warn('psyco is disabled !')
/usr/lib/zope/lib/python/Products/CMFMailIn/__init__.py:16: DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions';  please use the new module instead.
  from Products.CMFCore import utils, CMFCorePermissions
 done (5.598s)

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (25.547s)
Adding erp5_base business template ... (imported in 6.135s) done (10.090s)
Adding erp5_ui_test business template ... (imported in 3.435s) done (6.453s)
Executing pending activities ... /mnt/erp5_cd/zope/unit_test/Products/CMFActivity/ActivityTool.py:822: UserWarning: CMFActivity.ActivityTool.invoke: PARENTS is not defined in REQUEST. It should only happen in unit tests.
  warn('CMFActivity.ActivityTool.invoke: PARENTS is not defined in REQUEST. It should only happen in unit tests.')
272 20 69 9 15 1 done (13.966s)
Logout ... 
done (56.696s)
Ran Unit test of Performance
objective time to view object form 0.1120 < 0.1236 < 0.1220

Fnb objects = 000100
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0329 < 0.0355
	view = 0.1250 < 0.1556 < 0.1750

nb objects = 000200
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0335 < 0.0355
	view = 0.1497 < 0.1744 < 0.1997

nb objects = 000300
	add = 0.0070 < 0.0086 < 0.0090
	tic = 0.0260 < 0.0332 < 0.0355
	view = 0.1744 < 0.1944 < 0.2244

nb objects = 000400
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0332 < 0.0355
	view = 0.1992 < 0.2194 < 0.2492

nb objects = 000500
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0332 < 0.0355
	view = 0.2239 < 0.2412 < 0.2739

nb objects = 000600
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0333 < 0.0355
	view = 0.2486 < 0.2654 < 0.2986

nb objects = 000700
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0332 < 0.0355
	view = 0.2733 < 0.2876 < 0.3233

nb objects = 000800
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0332 < 0.0355
	view = 0.2980 < 0.3128 < 0.3480

nb objects = 000900
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0334 < 0.0355
	view = 0.3228 < 0.3337 < 0.3728

nb objects = 001000
	add = 0.0070 < 0.0085 < 0.0090
	tic = 0.0260 < 0.0332 < 0.0355
	view = 0.3475 < 0.3558 < 0.3975

.time to view proxyfield form 0.2390 < 0.2462 < 0.2490

.
======================================================================
FAIL: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 80, in __call__
    testMethod()
  File "/mnt/erp5_cd/zope/Products/ERP5Type/tests/testPerformance.py", line 134, in test_00_viewBarObject
    prefix='objective')
  File "/mnt/erp5_cd/zope/Products/ERP5Type/tests/testPerformance.py", line 122, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1120 < 0.1236 < 0.1220

----------------------------------------------------------------------
Ran 3 tests in 429.713s

FAILED (failures=1)


More information about the Erp5-report mailing list