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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 2 03:55:16 CET 2010


Test Suite: PERF
Revision: 39750
Result: FAIL

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


The following tests failed:

  testPerformance                                    (4 failures)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
   test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
   test_viewProxyField (testPerformance.TestPerformance)

  testPerformance                                    (4 failures)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
   test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
   test_viewProxyField (testPerformance.TestPerformance)

  testPerformance                                    (4 failures)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
   test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
   test_viewProxyField (testPerformance.TestPerformance)

-------------- next part --------------
objective time to view object form 0.1440 < 0.1631 < 0.1470

nb objects = 000100
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0308 < 0.0344
	view = 0.1480 < 0.1608 < 0.1530

nb objects = 000200
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0307 < 0.0344
	view = 0.1497 < 0.1625 < 0.1547

nb objects = 000300
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0323 < 0.0305 < 0.0344
	view = 0.1515 < 0.1642 < 0.1565

nb objects = 000400
	add = 0.0068 < 0.0069 < 0.0073
	tic = 0.0323 < 0.0306 < 0.0344
	view = 0.1532 < 0.1656 < 0.1582

nb objects = 000500
	add = 0.0068 < 0.0069 < 0.0073
	tic = 0.0323 < 0.0305 < 0.0344
	view = 0.1549 < 0.1672 < 0.1599

nb objects = 000600
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0323 < 0.0309 < 0.0344
	view = 0.1566 < 0.1693 < 0.1616

nb objects = 000700
	add = 0.0068 < 0.0069 < 0.0073
	tic = 0.0323 < 0.0306 < 0.0344
	view = 0.1584 < 0.1709 < 0.1634

nb objects = 000800
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0306 < 0.0344
	view = 0.1601 < 0.1728 < 0.1651

nb objects = 000900
	add = 0.0068 < 0.0070 < 0.0073
	tic = 0.0323 < 0.0305 < 0.0344
	view = 0.1618 < 0.1744 < 0.1668

nb objects = 001000
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0306 < 0.0344
	view = 0.1636 < 0.1759 < 0.1686

time to view object form with many lines 0.2800 < 0.3007 < 0.2860

time to view proxyfield form 0.2130 < 0.2318 < 0.2170

Loading Zope ... 
Cleaning static files ... 
Instance at '/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test' loaded ... 
done (14.831s)test_00_viewBarObject (testPerformance.TestPerformance) ... 
Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (118.951s)
Running ZServer at 127.0.0.1:55166
Adding erp5_base business template ... (imported in 17.361s) done (56.333s)
Adding erp5_ui_test business template ... (imported in 4.649s) done (19.571s)
Executing pending activities ... 359 339 done (22.701s)
Logout ... 
done (218.931s)
Running Unit tests of Performance
FAIL
test_01_viewBarModule (testPerformance.TestPerformance) ... FAIL
test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance) ... FAIL
test_viewProxyField (testPerformance.TestPerformance) ... FAIL

======================================================================
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 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 224, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 202, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1440 < 0.1631 < 0.1470

======================================================================
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 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 311, in test_01_viewBarModule
    'View: %.4f < %.4f < %.4f' % (
AssertionError: View: 0.1480 < 0.1608 < 0.1530

======================================================================
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 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 387, in test_02_viewFooObjectWithManyLines
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2800 < 0.3007 < 0.2860

======================================================================
FAIL: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 354, in test_viewProxyField
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2130 < 0.2318 < 0.2170

----------------------------------------------------------------------
Ran 4 tests in 575.994s

FAILED (failures=4)
objective time to view object form 0.1440 < 0.1624 < 0.1470

nb objects = 000100
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0319 < 0.0344
	view = 0.1480 < 0.1604 < 0.1530

nb objects = 000200
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0312 < 0.0344
	view = 0.1497 < 0.1615 < 0.1547

nb objects = 000300
	add = 0.0068 < 0.0072 < 0.0073
	tic = 0.0323 < 0.0313 < 0.0344
	view = 0.1515 < 0.1635 < 0.1565

nb objects = 000400
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0303 < 0.0344
	view = 0.1532 < 0.1653 < 0.1582

nb objects = 000500
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0308 < 0.0344
	view = 0.1549 < 0.1669 < 0.1599

nb objects = 000600
	add = 0.0068 < 0.0069 < 0.0073
	tic = 0.0323 < 0.0312 < 0.0344
	view = 0.1566 < 0.1687 < 0.1616

nb objects = 000700
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0305 < 0.0344
	view = 0.1584 < 0.1707 < 0.1634

nb objects = 000800
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0304 < 0.0344
	view = 0.1601 < 0.1723 < 0.1651

nb objects = 000900
	add = 0.0068 < 0.0069 < 0.0073
	tic = 0.0323 < 0.0304 < 0.0344
	view = 0.1618 < 0.1737 < 0.1668

nb objects = 001000
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0304 < 0.0344
	view = 0.1636 < 0.1755 < 0.1686

time to view object form with many lines 0.2800 < 0.2987 < 0.2860

time to view proxyfield form 0.2130 < 0.2308 < 0.2170

Loading Zope ... 
Cleaning static files ... 
Instance at '/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test' loaded ... 
done (12.037s)test_00_viewBarObject (testPerformance.TestPerformance) ... 
Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (118.287s)
Running ZServer at 127.0.0.1:55166
Adding erp5_base business template ... (imported in 17.132s) done (55.980s)
Adding erp5_ui_test business template ... (imported in 4.555s) done (19.392s)
Executing pending activities ... 359 339 done (22.723s)
Logout ... 
done (217.746s)
Running Unit tests of Performance
FAIL
test_01_viewBarModule (testPerformance.TestPerformance) ... FAIL
test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance) ... FAIL
test_viewProxyField (testPerformance.TestPerformance) ... FAIL

======================================================================
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 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 224, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 202, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1440 < 0.1624 < 0.1470

======================================================================
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 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 311, in test_01_viewBarModule
    'View: %.4f < %.4f < %.4f' % (
AssertionError: View: 0.1480 < 0.1604 < 0.1530

======================================================================
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 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 387, in test_02_viewFooObjectWithManyLines
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2800 < 0.2987 < 0.2860

======================================================================
FAIL: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 354, in test_viewProxyField
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2130 < 0.2308 < 0.2170

----------------------------------------------------------------------
Ran 4 tests in 573.826s

FAILED (failures=4)
objective time to view object form 0.1440 < 0.1612 < 0.1470

nb objects = 000100
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0305 < 0.0344
	view = 0.1480 < 0.1589 < 0.1530

nb objects = 000200
	add = 0.0068 < 0.0067 < 0.0073
	tic = 0.0323 < 0.0305 < 0.0344
	view = 0.1497 < 0.1606 < 0.1547

nb objects = 000300
	add = 0.0068 < 0.0069 < 0.0073
	tic = 0.0323 < 0.0304 < 0.0344
	view = 0.1515 < 0.1622 < 0.1565

nb objects = 000400
	add = 0.0068 < 0.0067 < 0.0073
	tic = 0.0323 < 0.0303 < 0.0344
	view = 0.1532 < 0.1640 < 0.1582

nb objects = 000500
	add = 0.0068 < 0.0067 < 0.0073
	tic = 0.0323 < 0.0305 < 0.0344
	view = 0.1549 < 0.1657 < 0.1599

nb objects = 000600
	add = 0.0068 < 0.0069 < 0.0073
	tic = 0.0323 < 0.0304 < 0.0344
	view = 0.1566 < 0.1676 < 0.1616

nb objects = 000700
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0302 < 0.0344
	view = 0.1584 < 0.1694 < 0.1634

nb objects = 000800
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0306 < 0.0344
	view = 0.1601 < 0.1708 < 0.1651

nb objects = 000900
	add = 0.0068 < 0.0069 < 0.0073
	tic = 0.0323 < 0.0302 < 0.0344
	view = 0.1618 < 0.1725 < 0.1668

nb objects = 001000
	add = 0.0068 < 0.0068 < 0.0073
	tic = 0.0323 < 0.0303 < 0.0344
	view = 0.1636 < 0.1741 < 0.1686

time to view object form with many lines 0.2800 < 0.2969 < 0.2860

time to view proxyfield form 0.2130 < 0.2289 < 0.2170

Loading Zope ... 
Cleaning static files ... 
Instance at '/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test' loaded ... 
done (12.037s)test_00_viewBarObject (testPerformance.TestPerformance) ... 
Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (117.997s)
Running ZServer at 127.0.0.1:55166
Adding erp5_base business template ... (imported in 17.019s) done (55.714s)
Adding erp5_ui_test business template ... (imported in 4.601s) done (19.412s)
Executing pending activities ... 359 339 done (22.402s)
Logout ... 
done (216.888s)
Running Unit tests of Performance
FAIL
test_01_viewBarModule (testPerformance.TestPerformance) ... FAIL
test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance) ... FAIL
test_viewProxyField (testPerformance.TestPerformance) ... FAIL

======================================================================
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 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 224, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 202, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1440 < 0.1612 < 0.1470

======================================================================
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 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 311, in test_01_viewBarModule
    'View: %.4f < %.4f < %.4f' % (
AssertionError: View: 0.1480 < 0.1589 < 0.1530

======================================================================
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 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 387, in test_02_viewFooObjectWithManyLines
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2800 < 0.2969 < 0.2860

======================================================================
FAIL: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 354, in test_viewProxyField
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2130 < 0.2289 < 0.2170

----------------------------------------------------------------------
Ran 4 tests in 570.184s

FAILED (failures=4)


More information about the Erp5-report mailing list