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

jenkins at plone.org jenkins at plone.org
Wed Jan 6 15:20:44 UTC 2021


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

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


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

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

Test Results:

1 tests failed.
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