[Erp5-report] ERP5 Express r45884 Webproject at 7952: 24 Tests, 5 Errors, 4 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 10 13:52:21 CEST 2011


Test Suite: ERP5 Express
Revision: None
Webproject Revision: 7952

Result: FAIL

All tests: 24
Failures: 4
Errors: 5
Skips: 0

 http://erp5.nexedi.com/test_result_module/798abe472e686349770e77b7a1f437d2/view


The following tests failed:

  testConfigurationManager                           (1 errors)
   test_04_CheckIfTheLastStartDateStillTheSame (__main__.ConfigurationManagerTestCase)

  testMei                                            (4 failures, 3 errors)
   test_03_checkMeiStatus (__main__.MEITestCase)
   test_04_aliaseToWakeUpInstance (__main__.MEITestCase)
   test_06_differentHostName (__main__.MEITestCase)
   test_01_startAndStopTestInstance (__main__.MEITestCase)
   test_02_floorMEIToStartTheTestInstance (__main__.MEITestCase)
   test_05_xmlrpcToWakeUpInstance (__main__.MEITestCase)
   test_07_killZopeServerAndStart (__main__.MEITestCase)

  testWatcher                                        (1 errors)
   test_LogMessageWhenTheZ2logDoesNotExist (__main__.WatcherTestCase)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: summary.diff
Type: text/x-diff
Size: 262 bytes
Desc: not available
URL: <http://mail.tiolive.com/pipermail/erp5-report/attachments/20110610/ae175b53/attachment.diff>
-------------- next part --------------

ERROR: test_04_CheckIfTheLastStartDateStillTheSame (__main__.ConfigurationManagerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfigurationManager.py", line 78, in test_04_CheckIfTheLastStartDateStillTheSame
    response = con.getresponse()
  File "/usr/lib64/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib64/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib64/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib64/python2.4/socket.py", line 317, in readline
    data = recv(1)
error: (104, 'Connection reset by peer')


ERROR: test_03_checkMeiStatus (__main__.MEITestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testMei.py", line 100, in test_03_checkMeiStatus
    page = urllib2.urlopen(url)
  File "/usr/lib64/python2.4/urllib2.py", line 130, in urlopen
    return _opener.open(url, data)
  File "/usr/lib64/python2.4/urllib2.py", line 358, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.4/urllib2.py", line 376, in _open
    '_open', req)
  File "/usr/lib64/python2.4/urllib2.py", line 337, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.4/urllib2.py", line 1021, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.4/urllib2.py", line 996, in do_open
    raise URLError(err)
URLError: <urlopen error (104, 'Connection reset by peer')>


ERROR: test_04_aliaseToWakeUpInstance (__main__.MEITestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testMei.py", line 111, in test_04_aliaseToWakeUpInstance
    response = con.getresponse()
  File "/usr/lib64/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib64/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib64/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib64/python2.4/socket.py", line 317, in readline
    data = recv(1)
error: (104, 'Connection reset by peer')


ERROR: test_06_differentHostName (__main__.MEITestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testMei.py", line 142, in test_06_differentHostName
    response = con.getresponse()
  File "/usr/lib64/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib64/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib64/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib64/python2.4/socket.py", line 317, in readline
    data = recv(1)
error: (104, 'Connection reset by peer')


FAIL: test_01_startAndStopTestInstance (__main__.MEITestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testMei.py", line 78, in test_01_startAndStopTestInstance
    self.assertEquals(self.isInstanceStopped(), True)
AssertionError: None != True


FAIL: test_02_floorMEIToStartTheTestInstance (__main__.MEITestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testMei.py", line 88, in test_02_floorMEIToStartTheTestInstance
    self.assertEquals(self.isInstanceStopped(), True)
AssertionError: None != True


FAIL: test_05_xmlrpcToWakeUpInstance (__main__.MEITestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testMei.py", line 120, in test_05_xmlrpcToWakeUpInstance
    self.assertEquals(self.isInstanceStopped(), True)
AssertionError: None != True


FAIL: test_07_killZopeServerAndStart (__main__.MEITestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testMei.py", line 166, in test_07_killZopeServerAndStart
    self.assertEquals(self.isInstanceStopped(), True)
AssertionError: None != True


ERROR: test_LogMessageWhenTheZ2logDoesNotExist (__main__.WatcherTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testWatcher.py", line 48, in test_LogMessageWhenTheZ2logDoesNotExist
    response = con.getresponse()
  File "/usr/lib64/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib64/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib64/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib64/python2.4/socket.py", line 317, in readline
    data = recv(1)
error: (104, 'Connection reset by peer')


More information about the Erp5-report mailing list