[Erp5-report] PERF r30704: 12 Tests, 0 Errors, 7 Failures

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 17 19:51:47 CET 2009


Test Suite: PERF
Revision: 30704
Result: FAIL

All tests: 12
Failures: 7
Errors: 0


The following tests failed:

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

  testPerformance                                    (2 failures)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)

  testPerformance                                    (2 failures)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
-------------- next part --------------
objective time to view object form 0.1420 < 0.1452 < 0.1440

nb objects = 000100
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0395 < 0.0350
	view = 0.1470 < 0.1489 < 0.1500

nb objects = 000200
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0384 < 0.0350
	view = 0.1487 < 0.1506 < 0.1517

nb objects = 000300
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0390 < 0.0350
	view = 0.1504 < 0.1527 < 0.1534

nb objects = 000400
	add = 0.0068 < 0.0072 < 0.0073
	tic = 0.0329 < 0.0389 < 0.0350
	view = 0.1521 < 0.1544 < 0.1551

nb objects = 000500
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0390 < 0.0350
	view = 0.1538 < 0.1562 < 0.1568

nb objects = 000600
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0386 < 0.0350
	view = 0.1555 < 0.1579 < 0.1585

nb objects = 000700
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0388 < 0.0350
	view = 0.1571 < 0.1598 < 0.1601

nb objects = 000800
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0386 < 0.0350
	view = 0.1588 < 0.1612 < 0.1618

nb objects = 000900
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0385 < 0.0350
	view = 0.1605 < 0.1627 < 0.1635

nb objects = 001000
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0389 < 0.0350
	view = 0.1622 < 0.1642 < 0.1652

time to view object form with many lines 0.2880 < 0.2920 < 0.2920

time to view proxyfield form 0.2250 < 0.2270 < 0.2280


Loading Zope ... /home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Utils.py:64: DeprecationWarning: Non-ASCII character '\xe2' in file /home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Accessor/Constant.py on line 59, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  from Products.ERP5Type.Accessor.Constant import PropertyGetter as \
Cleaning static files ... Instance at '/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test' loaded ... done (11.565s)
Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (79.299s)
Running ZServer on port 55166
Adding erp5_base business template ... (imported in 16.362s) done (33.170s)
Adding erp5_ui_test business template ... (imported in 4.075s) done (10.797s)
Executing pending activities ... 286 267 done (22.377s)
Logout ... 
done (146.784s)
Ran Unit test of Performance
FFF.
======================================================================
FAIL: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/backportUnittest.py", line 134, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 197, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 175, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1420 < 0.1452 < 0.1440

======================================================================
FAIL: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/backportUnittest.py", line 134, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 291, in test_01_viewBarModule
    'Tic: %.4f < %.4f < %.4f' % (
AssertionError: Tic: 0.0329 < 0.0395 < 0.0350

======================================================================
FAIL: test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/backportUnittest.py", line 134, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 360, in test_02_viewFooObjectWithManyLines
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2880 < 0.2920 < 0.2920

----------------------------------------------------------------------
Ran 4 tests in 536.487s

FAILED (failures=3)

objective time to view object form 0.1420 < 0.1446 < 0.1440

nb objects = 000100
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0393 < 0.0350
	view = 0.1470 < 0.1488 < 0.1500

nb objects = 000200
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0385 < 0.0350
	view = 0.1487 < 0.1507 < 0.1517

nb objects = 000300
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0385 < 0.0350
	view = 0.1504 < 0.1527 < 0.1534

nb objects = 000400
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0389 < 0.0350
	view = 0.1521 < 0.1544 < 0.1551

nb objects = 000500
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0388 < 0.0350
	view = 0.1538 < 0.1561 < 0.1568

nb objects = 000600
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0387 < 0.0350
	view = 0.1555 < 0.1582 < 0.1585

nb objects = 000700
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0391 < 0.0350
	view = 0.1571 < 0.1598 < 0.1601

nb objects = 000800
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0386 < 0.0350
	view = 0.1588 < 0.1613 < 0.1618

nb objects = 000900
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0388 < 0.0350
	view = 0.1605 < 0.1629 < 0.1635

nb objects = 001000
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0385 < 0.0350
	view = 0.1622 < 0.1645 < 0.1652

time to view object form with many lines 0.2880 < 0.2909 < 0.2920

time to view proxyfield form 0.2250 < 0.2268 < 0.2280


Loading Zope ... Cleaning static files ... Instance at '/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test' loaded ... done (13.730s)
Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (78.710s)
Running ZServer on port 55166
Adding erp5_base business template ... (imported in 16.138s) done (33.038s)
Adding erp5_ui_test business template ... (imported in 4.046s) done (10.718s)
Executing pending activities ... 286 267 done (22.433s)
Logout ... 
done (146.071s)
Ran Unit test of Performance
FF..
======================================================================
FAIL: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/backportUnittest.py", line 134, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 197, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 175, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1420 < 0.1446 < 0.1440

======================================================================
FAIL: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/backportUnittest.py", line 134, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 291, in test_01_viewBarModule
    'Tic: %.4f < %.4f < %.4f' % (
AssertionError: Tic: 0.0329 < 0.0393 < 0.0350

----------------------------------------------------------------------
Ran 4 tests in 535.593s

FAILED (failures=2)

objective time to view object form 0.1420 < 0.1447 < 0.1440

nb objects = 000100
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0392 < 0.0350
	view = 0.1470 < 0.1488 < 0.1500

nb objects = 000200
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0384 < 0.0350
	view = 0.1487 < 0.1505 < 0.1517

nb objects = 000300
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0388 < 0.0350
	view = 0.1504 < 0.1524 < 0.1534

nb objects = 000400
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0387 < 0.0350
	view = 0.1521 < 0.1542 < 0.1551

nb objects = 000500
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0387 < 0.0350
	view = 0.1538 < 0.1560 < 0.1568

nb objects = 000600
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0385 < 0.0350
	view = 0.1555 < 0.1579 < 0.1585

nb objects = 000700
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0391 < 0.0350
	view = 0.1571 < 0.1595 < 0.1601

nb objects = 000800
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0386 < 0.0350
	view = 0.1588 < 0.1610 < 0.1618

nb objects = 000900
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0329 < 0.0384 < 0.0350
	view = 0.1605 < 0.1626 < 0.1635

nb objects = 001000
	add = 0.0068 < 0.0071 < 0.0073
	tic = 0.0329 < 0.0388 < 0.0350
	view = 0.1622 < 0.1640 < 0.1652

time to view object form with many lines 0.2880 < 0.2908 < 0.2920

time to view proxyfield form 0.2250 < 0.2266 < 0.2280


Loading Zope ... Cleaning static files ... Instance at '/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test' loaded ... done (11.096s)
Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (76.216s)
Running ZServer on port 55166
Adding erp5_base business template ... (imported in 13.862s) done (30.694s)
Adding erp5_ui_test business template ... (imported in 4.064s) done (10.762s)
Executing pending activities ... 286 267 done (22.715s)
Logout ... 
done (141.559s)
Ran Unit test of Performance
FF..
======================================================================
FAIL: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/backportUnittest.py", line 134, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 197, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 175, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1420 < 0.1447 < 0.1440

======================================================================
FAIL: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/backportUnittest.py", line 134, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 291, in test_01_viewBarModule
    'Tic: %.4f < %.4f < %.4f' % (
AssertionError: Tic: 0.0329 < 0.0392 < 0.0350

----------------------------------------------------------------------
Ran 4 tests in 529.924s

FAILED (failures=2)


More information about the Erp5-report mailing list