[Erp5-report] cloudooo r43932 : 161 Tests, 8 Errors, 9 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 3 13:42:35 CET 2011


Test Suite: cloudooo
Revision: 43932
Result: FAIL

All tests: 161
Failures: 9
Errors: 8
Skips: 0



The following tests failed:

  testAllSupportedFormat                             (6 errors)
   Test all drawing formats
   Test all global formats
   Test all presentation formats
   Test all spreadsheet formats
   Test all text formats
   Test all web formats

  testAllSupportedFormat                             (7 failures)
   Test convert file to avi format the reverse convertion
   Test convert file to flash format the reverse convertion
   Test convert file to matroska format the reverse convertion
   Test convert file to mp4 format the reverse convertion
   Test convert file to Mpeg format the reverse convertion
   Test convert file to ogg format the reverse convertion
   Test convert file to WebM format and the reverse convertion

  testOOGranulator                                   (1 failures)
   Test if getChapterItemList() returns the right chapters list

  testPDFHandler                                     (1 errors)
   Test if the metadata is inserted correctly

  testServer                                         (1 failures)
   Test export png to svg

  testServer                                         (1 errors)
   Test if metadata is inserted correctly in document

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

ERROR: Test all drawing formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 56, in testDrawingFormats
    self.runTestForType('odg', 'drawing', 'data/test.odg')
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 74, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all global formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 68, in testGlobalFormats
    self.runTestForType('sxg', 'global', 'data/test.sxg')
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 74, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all presentation formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 52, in testPresentationFormats
    self.runTestForType('odp', 'presentation', 'data/test.odp')
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 74, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all spreadsheet formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 60, in testSpreadSheetFormats
    self.runTestForType('ods', 'spreadsheet', 'data/test.ods')
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 74, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all text formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 48, in testTextFormats
    self.runTestForType('odt', 'text', 'data/test.odt')
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 74, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all web formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 64, in testWebFormats
    self.runTestForType('html', 'web', 'data/test.html')
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllSupportedFormat.py", line 74, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


FAIL: Test convert file to avi format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 52, in testAviFormat
    self.assertEquals(avi_mimetype, 'video/avi')
AssertionError: 'video/x-msvideo' != 'video/avi'


FAIL: Test convert file to flash format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 76, in testFlvFormat
    self.assertEquals(flv_mimetype, 'application/x-shockwave-flash')
AssertionError: 'application/x-empty' != 'application/x-shockwave-flash'


FAIL: Test convert file to matroska format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 92, in testMkvFormat
    self.assertEquals(mkv_mimetype, 'video/x-matroska')
AssertionError: 'application/octet-stream' != 'video/x-matroska'


FAIL: Test convert file to mp4 format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 62, in testMp4Format
    self.assertEquals(ogv_mimetype, 'video/ogg')
AssertionError: 'application/x-empty' != 'video/ogg'


FAIL: Test convert file to Mpeg format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 86, in testMpegFormat
    self.assertEquals(ogv_mimetype, 'video/ogg')
AssertionError: 'application/x-empty' != 'video/ogg'


FAIL: Test convert file to ogg format the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 100, in testOggFormat
    self.assertEquals(ogg_mimetype, 'application/ogg')
AssertionError: 'application/x-empty' != 'application/ogg'


FAIL: Test convert file to WebM format and the reverse convertion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ffmpeg/tests/testAllSupportedFormat.py", line 68, in testWebMFormat
    self.assertEquals(webm_mimetype, 'video/webm')
AssertionError: 'application/x-empty' != 'video/webm'


FAIL: Test if getChapterItemList() returns the right chapters list
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testOOGranulator.py", line 163, in testGetChapterItemList
    self.assertRaises(NotImplementedError, self.oogranulator.getChapterItemList)
AssertionError: NotImplementedError not raised


ERROR: Test if the metadata is inserted correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/pdf/tests/testPDFHandler.py", line 61, in testsetMetadata
    new_document = handler.setMetadata(metadata_dict)
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/pdf/handler.py", line 107, in setMetadata
    env=self.environment).communicate()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


FAIL: Test export png to svg
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 285, in testConvertPNGToSVG
    'image/svg+xml')
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 119, in _testConvertFile
    self.assertEquals(content_type, stdout_msg)
AssertionError: 'application/xml' != 'image/svg+xml'


ERROR: Test if metadata is inserted correctly in document
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.Oood/build/software/src/cloudooo/cloudooo/handler/pdf/tests/testServer.py", line 69, in testSetMetadata
    metadata = self.proxy.getFileMetadataItemList(new_data, "pdf")
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1253, in request
    return self._parse_response(h.getfile(), sock)
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response
    return u.close()
  File "/home/buildbot/slave/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 838, in close
    raise Fault(**self._stack[0])
Fault: <Fault 1: "<type 'exceptions.ValueError'>:too many values to unpack">


More information about the Erp5-report mailing list