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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 3 12:16:42 CET 2011


Test Suite: PERF
Revision: 43927
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.1567 < 0.1470

nb objects = 000100
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0299 < 0.0344
	view = 0.1480 < 0.1617 < 0.1530

nb objects = 000200
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0293 < 0.0344
	view = 0.1497 < 0.1637 < 0.1547

nb objects = 000300
	add = 0.0068 < 0.0057 < 0.0073
	tic = 0.0323 < 0.0290 < 0.0344
	view = 0.1515 < 0.1656 < 0.1565

nb objects = 000400
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0292 < 0.0344
	view = 0.1532 < 0.1672 < 0.1582

nb objects = 000500
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0291 < 0.0344
	view = 0.1549 < 0.1686 < 0.1599

nb objects = 000600
	add = 0.0068 < 0.0059 < 0.0073
	tic = 0.0323 < 0.0295 < 0.0344
	view = 0.1566 < 0.1707 < 0.1616

nb objects = 000700
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0287 < 0.0344
	view = 0.1584 < 0.1724 < 0.1634

nb objects = 000800
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0294 < 0.0344
	view = 0.1601 < 0.1740 < 0.1651

nb objects = 000900
	add = 0.0068 < 0.0057 < 0.0073
	tic = 0.0323 < 0.0289 < 0.0344
	view = 0.1618 < 0.1755 < 0.1668

nb objects = 001000
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0295 < 0.0344
	view = 0.1636 < 0.1770 < 0.1686

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

time to view proxyfield form 0.2130 < 0.2275 < 0.2170

Loading Zope ... 
Cleaning static files ... 
Instance at '/home/buildbot/slave/full.PERF/build/unit_test' loaded ... 
done (15.218s)test_00_viewBarObject (testPerformance.TestPerformance) ... 
Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (141.588s)
Running HTTP server at localhost:55031
Running WebDAV server at localhost:55203
Adding erp5_base business template ... (imported in 16.590s) (missing dependencies : ['erp5_full_text_catalog']) done (35.239s)
Adding erp5_ui_test business template ... (imported in 4.922s) (missing dependencies : ['erp5_ui_test_core']) done (13.442s)
Executing pending activities ... 369 342 done (23.673s)
Logout ... 
done (218.188s)
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/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 224, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 202, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1440 < 0.1567 < 0.1470

======================================================================
FAIL: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 311, in test_01_viewBarModule
    'View: %.4f < %.4f < %.4f' % (
AssertionError: View: 0.1480 < 0.1617 < 0.1530

======================================================================
FAIL: test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 387, in test_02_viewFooObjectWithManyLines
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2800 < 0.2889 < 0.2860

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

----------------------------------------------------------------------
Ran 4 tests in 569.635s

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

nb objects = 000100
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0297 < 0.0344
	view = 0.1480 < 0.1610 < 0.1530

nb objects = 000200
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0293 < 0.0344
	view = 0.1497 < 0.1628 < 0.1547

nb objects = 000300
	add = 0.0068 < 0.0057 < 0.0073
	tic = 0.0323 < 0.0287 < 0.0344
	view = 0.1515 < 0.1648 < 0.1565

nb objects = 000400
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0290 < 0.0344
	view = 0.1532 < 0.1665 < 0.1582

nb objects = 000500
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0291 < 0.0344
	view = 0.1549 < 0.1680 < 0.1599

nb objects = 000600
	add = 0.0068 < 0.0057 < 0.0073
	tic = 0.0323 < 0.0286 < 0.0344
	view = 0.1566 < 0.1698 < 0.1616

nb objects = 000700
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0289 < 0.0344
	view = 0.1584 < 0.1715 < 0.1634

nb objects = 000800
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0292 < 0.0344
	view = 0.1601 < 0.1731 < 0.1651

nb objects = 000900
	add = 0.0068 < 0.0057 < 0.0073
	tic = 0.0323 < 0.0288 < 0.0344
	view = 0.1618 < 0.1746 < 0.1668

nb objects = 001000
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0291 < 0.0344
	view = 0.1636 < 0.1761 < 0.1686

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

time to view proxyfield form 0.2130 < 0.2255 < 0.2170

Loading Zope ... 
Cleaning static files ... 
Instance at '/home/buildbot/slave/full.PERF/build/unit_test' loaded ... 
done (12.156s)test_00_viewBarObject (testPerformance.TestPerformance) ... 
Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (140.038s)
Running HTTP server at localhost:55031
Running WebDAV server at localhost:55203
Adding erp5_base business template ... (imported in 16.505s) (missing dependencies : ['erp5_full_text_catalog']) done (35.147s)
Adding erp5_ui_test business template ... (imported in 5.027s) (missing dependencies : ['erp5_ui_test_core']) done (13.505s)
Executing pending activities ... 369 342 done (23.369s)
Logout ... 
done (216.221s)
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/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 224, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 202, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1440 < 0.1557 < 0.1470

======================================================================
FAIL: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 311, in test_01_viewBarModule
    'View: %.4f < %.4f < %.4f' % (
AssertionError: View: 0.1480 < 0.1610 < 0.1530

======================================================================
FAIL: test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 387, in test_02_viewFooObjectWithManyLines
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2800 < 0.2868 < 0.2860

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

----------------------------------------------------------------------
Ran 4 tests in 565.650s

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

nb objects = 000100
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0302 < 0.0344
	view = 0.1480 < 0.1613 < 0.1530

nb objects = 000200
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0291 < 0.0344
	view = 0.1497 < 0.1630 < 0.1547

nb objects = 000300
	add = 0.0068 < 0.0057 < 0.0073
	tic = 0.0323 < 0.0291 < 0.0344
	view = 0.1515 < 0.1648 < 0.1565

nb objects = 000400
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0288 < 0.0344
	view = 0.1532 < 0.1664 < 0.1582

nb objects = 000500
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0295 < 0.0344
	view = 0.1549 < 0.1681 < 0.1599

nb objects = 000600
	add = 0.0068 < 0.0058 < 0.0073
	tic = 0.0323 < 0.0293 < 0.0344
	view = 0.1566 < 0.1700 < 0.1616

nb objects = 000700
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0287 < 0.0344
	view = 0.1584 < 0.1717 < 0.1634

nb objects = 000800
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0288 < 0.0344
	view = 0.1601 < 0.1735 < 0.1651

nb objects = 000900
	add = 0.0068 < 0.0057 < 0.0073
	tic = 0.0323 < 0.0288 < 0.0344
	view = 0.1618 < 0.1750 < 0.1668

nb objects = 001000
	add = 0.0068 < 0.0056 < 0.0073
	tic = 0.0323 < 0.0291 < 0.0344
	view = 0.1636 < 0.1764 < 0.1686

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

time to view proxyfield form 0.2130 < 0.2258 < 0.2170

Loading Zope ... 
Cleaning static files ... 
Instance at '/home/buildbot/slave/full.PERF/build/unit_test' loaded ... 
done (14.126s)test_00_viewBarObject (testPerformance.TestPerformance) ... 
Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... done (141.169s)
Running HTTP server at localhost:55031
Running WebDAV server at localhost:55203
Adding erp5_base business template ... (imported in 16.793s) (missing dependencies : ['erp5_full_text_catalog']) done (35.443s)
Adding erp5_ui_test business template ... (imported in 4.920s) (missing dependencies : ['erp5_ui_test_core']) done (13.431s)
Executing pending activities ... 369 342 done (23.532s)
Logout ... 
done (217.802s)
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/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 224, in test_00_viewBarObject
    prefix='objective')
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 202, in checkViewBarObject
    '%.4f < %.4f < %.4f' % (min, req_time, max))
AssertionError: 0.1440 < 0.1558 < 0.1470

======================================================================
FAIL: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 311, in test_01_viewBarModule
    'View: %.4f < %.4f < %.4f' % (
AssertionError: View: 0.1480 < 0.1613 < 0.1530

======================================================================
FAIL: test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.PERF/build/products/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.PERF/build/Products/ERP5Type/tests/testPerformance.py", line 387, in test_02_viewFooObjectWithManyLines
    '%.4f < %.4f < %.4f' % (
AssertionError: 0.2800 < 0.2878 < 0.2860

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

----------------------------------------------------------------------
Ran 4 tests in 567.766s

FAILED (failures=4)


More information about the Erp5-report mailing list