[Erp5-report] PERF r29638: 12 Tests, 0 Errors, 9 Failures

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 14 12:15:31 CEST 2009


Test Suite: PERF
Revision: 29638
Result: FAIL

All tests: 12
Failures: 9
Errors: 0


The following tests failed:

  testPerformance                                    (3 failures)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
   test_viewProxyField (testPerformance.TestPerformance)

  testPerformance                                    (3 failures)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
   test_viewProxyField (testPerformance.TestPerformance)

  testPerformance                                    (3 failures)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
   test_viewProxyField (testPerformance.TestPerformance)
-------------- next part --------------
SOFTWARE_HOME: /usr/lib/erp5/lib/python
INSTANCE_HOME: /home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test
Cleaning static files ... 
objective time to view object form 0.1320 < 0.1480 < 0.1380

nb objects = 000100
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0467 < 0.0395
	view = 0.1550 < 0.1584 < 0.1950

nb objects = 000200
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0465 < 0.0395
	view = 0.1797 < 0.1534 < 0.2197

nb objects = 000300
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0455 < 0.0395
	view = 0.2044 < 0.1555 < 0.2444

nb objects = 000400
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0453 < 0.0395
	view = 0.2292 < 0.1572 < 0.2692

nb objects = 000500
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0450 < 0.0395
	view = 0.2539 < 0.1592 < 0.2939

nb objects = 000600
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0454 < 0.0395
	view = 0.2786 < 0.1612 < 0.3186

nb objects = 000700
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0449 < 0.0395
	view = 0.3033 < 0.1631 < 0.3433

nb objects = 000800
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0454 < 0.0395
	view = 0.3280 < 0.1646 < 0.3680

nb objects = 000900
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0454 < 0.0395
	view = 0.3528 < 0.1662 < 0.3928

nb objects = 001000
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0460 < 0.0395
	view = 0.3775 < 0.1681 < 0.4175

time to view object form with many lines 0.3000 < 0.3017 < 0.3200

time to view proxyfield form 0.2150 < 0.2357 < 0.2350


Loading Zope, please stand by ... done (3.829s)

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (73.473s)
Running ZServer on port 55478
Adding erp5_base business template ... (imported in 18.629s) done (36.427s)
Adding erp5_ui_test business template ... (imported in 6.149s) done (12.777s)
Executing pending activities ... 749 558 92 12 120 1 done (66.694s)
Logout ... 
done (191.500s)
Ran Unit test of Performance
FF.F
======================================================================
FAIL: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 164, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 142, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1320 < 0.1480 < 0.1380

======================================================================
FAIL: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 245, in test_01_viewBarModule
    'Create: %.4f < %.4f < %.4f' % (
AssertionError: Create: 0.0090 < 0.0112 < 0.0110

======================================================================
FAIL: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 282, in test_viewProxyField
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2150 < 0.2357 < 0.2350

----------------------------------------------------------------------
Ran 4 tests in 600.340s

FAILED (failures=3)

SOFTWARE_HOME: /usr/lib/erp5/lib/python
INSTANCE_HOME: /home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test
Cleaning static files ... 
objective time to view object form 0.1320 < 0.1479 < 0.1380

nb objects = 000100
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0463 < 0.0395
	view = 0.1550 < 0.1583 < 0.1950

nb objects = 000200
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0465 < 0.0395
	view = 0.1797 < 0.1533 < 0.2197

nb objects = 000300
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0456 < 0.0395
	view = 0.2044 < 0.1556 < 0.2444

nb objects = 000400
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0453 < 0.0395
	view = 0.2292 < 0.1572 < 0.2692

nb objects = 000500
	add = 0.0090 < 0.0115 < 0.0110
	tic = 0.0345 < 0.0454 < 0.0395
	view = 0.2539 < 0.1589 < 0.2939

nb objects = 000600
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0453 < 0.0395
	view = 0.2786 < 0.1608 < 0.3186

nb objects = 000700
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0453 < 0.0395
	view = 0.3033 < 0.1625 < 0.3433

nb objects = 000800
	add = 0.0090 < 0.0114 < 0.0110
	tic = 0.0345 < 0.0452 < 0.0395
	view = 0.3280 < 0.1639 < 0.3680

nb objects = 000900
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0453 < 0.0395
	view = 0.3528 < 0.1656 < 0.3928

nb objects = 001000
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0455 < 0.0395
	view = 0.3775 < 0.1671 < 0.4175

time to view object form with many lines 0.3000 < 0.3013 < 0.3200

time to view proxyfield form 0.2150 < 0.2360 < 0.2350


Loading Zope, please stand by ... done (3.996s)

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (72.979s)
Running ZServer on port 55258
Adding erp5_base business template ... (imported in 18.351s) done (36.062s)
Adding erp5_ui_test business template ... (imported in 5.343s) done (11.956s)
Executing pending activities ... 749 558 92 12 120 1 done (66.805s)
Logout ... 
done (189.629s)
Ran Unit test of Performance
FF.F
======================================================================
FAIL: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 164, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 142, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1320 < 0.1479 < 0.1380

======================================================================
FAIL: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 245, in test_01_viewBarModule
    'Create: %.4f < %.4f < %.4f' % (
AssertionError: Create: 0.0090 < 0.0113 < 0.0110

======================================================================
FAIL: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 282, in test_viewProxyField
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2150 < 0.2360 < 0.2350

----------------------------------------------------------------------
Ran 4 tests in 598.872s

FAILED (failures=3)

SOFTWARE_HOME: /usr/lib/erp5/lib/python
INSTANCE_HOME: /home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test
Cleaning static files ... 
objective time to view object form 0.1320 < 0.1476 < 0.1380

nb objects = 000100
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0460 < 0.0395
	view = 0.1550 < 0.1580 < 0.1950

nb objects = 000200
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0462 < 0.0395
	view = 0.1797 < 0.1527 < 0.2197

nb objects = 000300
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0456 < 0.0395
	view = 0.2044 < 0.1550 < 0.2444

nb objects = 000400
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0455 < 0.0395
	view = 0.2292 < 0.1569 < 0.2692

nb objects = 000500
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0452 < 0.0395
	view = 0.2539 < 0.1585 < 0.2939

nb objects = 000600
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0452 < 0.0395
	view = 0.2786 < 0.1606 < 0.3186

nb objects = 000700
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0455 < 0.0395
	view = 0.3033 < 0.1621 < 0.3433

nb objects = 000800
	add = 0.0090 < 0.0113 < 0.0110
	tic = 0.0345 < 0.0450 < 0.0395
	view = 0.3280 < 0.1635 < 0.3680

nb objects = 000900
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0452 < 0.0395
	view = 0.3528 < 0.1651 < 0.3928

nb objects = 001000
	add = 0.0090 < 0.0112 < 0.0110
	tic = 0.0345 < 0.0452 < 0.0395
	view = 0.3775 < 0.1663 < 0.4175

time to view object form with many lines 0.3000 < 0.3004 < 0.3200

time to view proxyfield form 0.2150 < 0.2358 < 0.2350


Loading Zope, please stand by ... done (1.231s)

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (68.621s)
Running ZServer on port 55325
Adding erp5_base business template ... (imported in 17.182s) done (34.877s)
Adding erp5_ui_test business template ... (imported in 3.911s) done (10.476s)
Executing pending activities ... 749 558 92 12 120 1 done (66.196s)
Logout ... 
done (181.995s)
Ran Unit test of Performance
FF.F
======================================================================
FAIL: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 164, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 142, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1320 < 0.1476 < 0.1380

======================================================================
FAIL: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 245, in test_01_viewBarModule
    'Create: %.4f < %.4f < %.4f' % (
AssertionError: Create: 0.0090 < 0.0113 < 0.0110

======================================================================
FAIL: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 282, in test_viewProxyField
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2150 < 0.2358 < 0.2350

----------------------------------------------------------------------
Ran 4 tests in 590.249s

FAILED (failures=3)


More information about the Erp5-report mailing list