[Testbot] Plone 5.2 - Python 2.7 - Archetypes - Build # 115 - Still Failing!

jenkins at plone.org jenkins at plone.org
Tue Nov 14 12:16:28 UTC 2017


Plone 5.2 - Python 2.7 - Archetypes - Build # 115 - Still Failing:

Check console output at http://jenkins.plone.org/job/plone-5.2-python-2.7-at/115/ to view the results.

Changes:

No changes






Test Results:

1 tests failed.
FAILED:  Products.ATContentTypes.tests.traversal.txt

Error Message:
Failed doctest test for traversal.txt

Stack Trace:
Failed doctest test for traversal.txt
  File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/tests/traversal.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7-at/src/Products.ATContentTypes/Products/ATContentTypes/tests/traversal.txt", line 252, in traversal.txt
Failed example:
    print http(r"""
    PUT /%s/simple_folder/index_html HTTP/1.1
    Authorization: Basic %s:%s
    Content-Type: text/plain; charset="utf-8"
    Depth: 0

    Simple Folder Index
    """ % (portal_name, default_user, default_password))
Differences (ndiff with -expected +actual):
    - HTTP/1.1 201 Created
    - ...
    + HTTP/1.1 405 Method Not Allowed
    + Date: Tue, 14 Nov 2017 12:11:34 GMT
    + X-Powered-By: Zope (www.zope.org), Python (www.python.org)
    + Accept-Ranges: none
    + Content-Type: application/json
    + Content-Length: 34
    +
    + {"error_type": "MethodNotAllowed"}


  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


More information about the Testbot mailing list