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

jenkins at plone.org jenkins at plone.org
Tue Jan 5 14:13:23 UTC 2021


Plone 5.2 - Python 2.7 - Build # 1205 - Still Failing:

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


Plone 5.2 - Python 2.7 - Build # 1205 - Still Failing:

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

Test Results:

2 tests failed.
FAILED:  plone.restapi.tests.test_services_types.TestServicesTypes.test_types_document_update_min_max

Error Message:
2 != None

Stack Trace:
2 != None

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.restapi/src/plone/restapi/tests/test_services_types.py", line 357, in test_types_document_update_min_max
    self.assertEqual(2, response.json().get("minLength"))
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.Archetypes.tests.test_date_components_support_script.TestDateComponentsSupportDefault.testYears

Error Message:
{'selected': 1, 'id': 2020, 'value': 2020} != {'selected': None, 'id': 2020, 'value': 2020}

Stack Trace:
{'selected': 1, 'id': 2020, 'value': 2020} != {'selected': None, 'id': 2020, 'value': 2020}
- {'id': 2020, 'selected': 1, 'value': 2020}
?                          ^

+ {'id': 2020, 'selected': None, 'value': 2020}
?                          ^^^^


  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/cp27m/Products.Archetypes-1.16.3-py2.7.egg/Products/Archetypes/tests/test_date_components_support_script.py", line 207, in testYears
    self.assertEqual(years[i], data[i])
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 836, in assertDictEqual
    self.fail(self._formatMessage(msg, standardMsg))
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)


More information about the Testbot mailing list