[Erp5-report] CLOUDOOO-MASTER : 153 Tests, 3 Errors, 1 Failures, 5 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 11 17:01:16 CEST 2015


Test Suite: CLOUDOOO-MASTER
Revision: slapos=8325-9d7eb49a5ed542de65443b2ac35f0a3c348282c2,cloudooo-repository=603-f1545ad0e6db238d22fd8c84a149b004ab6b8f03
Result: FAIL

All tests: 153
Failures: 1
Errors: 3
Skips: 5



The following tests failed:

  testOooOpenOffice                                  (1 errors)
   testStartTwoOpenOfficeWithTheSameAddress (testOooOpenOffice.TestOpenOffice)

  testOooServer                                      (1 failures, 2 skips)
   testGetAllowedTargetItemList (testOooServer.TestServer)

  testPdfHandler                                     (1 errors)
   testsetMetadata (testPdfHandler.TestHandler)

  testPdfServer                                      (1 errors)
   testSetMetadata (testPdfServer.TestServer)

The following tests were at least partly skipped:

  testOooInterface                                   (3 skips)

  testOooServer                                      (2 skips)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: summary.diff
Type: text/x-diff
Size: 726 bytes
Desc: not available
URL: <http://mail.tiolive.com/pipermail/erp5-report/attachments/20150911/6d10e1ce/attachment.diff>
-------------- next part --------------

ERROR: testStartTwoOpenOfficeWithTheSameAddress (testOooOpenOffice.TestOpenOffice)
Check if starting two openoffice using the same address, the second
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooOpenOffice.py", line 100, in testStartTwoOpenOfficeWithTheSameAddress
    second_openoffice.start()
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/handler/ooo/application/openoffice.py", line 158, in start
    self._startProcess(self.command, env)
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/tests/handlerTestCase.py", line 121, in _startProcess
    self.stop()
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/handler/ooo/application/openoffice.py", line 167, in stop
    self._releaseOpenOfficePort()
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/handler/ooo/application/openoffice.py", line 120, in _releaseOpenOfficePort
    if process.exe() == join(self.office_binary_path, self._bin_soffice):
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/eggs/psutil-3.2.1-py2.7-linux-x86_64.egg/psutil/__init__.py", line 569, in exe
    return guess_it(fallback=err)
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/eggs/psutil-3.2.1-py2.7-linux-x86_64.egg/psutil/__init__.py", line 551, in guess_it
    cmdline = self.cmdline()
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/eggs/psutil-3.2.1-py2.7-linux-x86_64.egg/psutil/__init__.py", line 584, in cmdline
    return self._proc.cmdline()
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/eggs/psutil-3.2.1-py2.7-linux-x86_64.egg/psutil/_pslinux.py", line 731, in wrapper
    raise NoSuchProcess(self.pid, self._name)
NoSuchProcess: psutil.NoSuchProcess process no longer exists (pid=21791)


FAIL: testGetAllowedTargetItemList (testOooServer.TestServer)
Test if filter name returns correctly with ERP5 API
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run
    testMethod()
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 387, in testGetAllowedTargetItemList
    "%s not in %s" % (arg, response_dict['response_data']))
AssertionError: ('png', 'PNG - Portable Network Graphic') not in [['odt', 'ODF Text Document'], ['html', 'HTML Document (Writer)'], ['ms.docx', 'Microsoft Word 2007-2013 XML'], ['rtf', 'Rich Text'], ['doc', 'Microsoft Word 97-2003'], ['fodt', 'Flat XML ODF Text Document'], ['txt', 'Text - Choose Encoding'], ['docx', 'Office Open XML Text'], ['pdf', 'PDF - Portable Document Format']]


ERROR: testsetMetadata (testPdfHandler.TestHandler)
Test if the metadata is inserted correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfHandler.py", line 61, in testsetMetadata
    new_document = handler.setMetadata(metadata_dict)
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/handler/pdf/handler.py", line 112, in setMetadata
    env=self.environment).communicate()
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/python2.7/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/python2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory


ERROR: testSetMetadata (testPdfServer.TestServer)
Test if metadata is inserted correctly in pdf file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run
    testMethod()
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfServer.py", line 87, in testSetMetadata
    self.runUpdateMetadataList(self.UpdateMetadataScenarioList())
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 175, in runUpdateMetadataList
    self._testUpdateMetadata(*scenario)
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 118, in _testUpdateMetadata
    metadata_dict)
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1240, in __call__
    return self.__send(self.__name, args)
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1599, in __request
    verbose=self.__verbose
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1280, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1313, in single_request
    return self.parse_response(response)
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1490, in parse_response
    return u.close()
  File "/srv/slapgrid/slappart3/srv/testnode/kt/soft/04a4041ab3a86bf93e6707876a48f85d/parts/python2.7/lib/python2.7/xmlrpclib.py", line 799, in close
    raise Fault(**self._stack[0])
Fault: <Fault 1: "<type 'exceptions.OSError'>:[Errno 2] No such file or directory">


More information about the Erp5-report mailing list