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

jenkins at plone.org jenkins at plone.org
Mon Oct 23 07:19:43 UTC 2017


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

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

Changes:

[Philip Bauer] [fc] Repository: Products.CMFPlone







Test Results:

4 tests failed.
FAILED:  Products.CMFPlone.controlpanel.tests.test_controlpanel_browser_usergroups.UserGroupsControlPanelFunctionalTest.test_groups_modify_roles

Error Message:
'Control' object has no attribute 'getControl'

Stack Trace:
'Control' object has no attribute 'getControl'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFPlone/Products/CMFPlone/controlpanel/tests/test_controlpanel_browser_usergroups.py", line 299, in test_groups_modify_roles
    name='group_group1:list', index=1


FAILED:  Products.CMFPlone.tests.testEmailLogin.TestEmailLogin.testAdminSetOwnLoginName

Error Message:
Exception not raised

Stack Trace:
Exception not raised

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFPlone/Products/CMFPlone/tests/testEmailLogin.py", line 51, in testAdminSetOwnLoginName
    self.assertRaises(Exception, set_own_login_name, member, 'vanrees')
  File "/usr/lib/python2.7/unittest/case.py", line 473, in assertRaises
    callableObj(*args, **kwargs)
  File "/usr/lib/python2.7/unittest/case.py", line 116, in __exit__
    "{0} not raised".format(exc_name))


FAILED:  Products.CMFPlone.tests.testResourceRegistries.TestResourceRegistries.test_cooking_missing

Error Message:
False is not true

Stack Trace:
False is not true

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFPlone/Products/CMFPlone/tests/testResourceRegistries.py", line 174, in test_cooking_missing
    self.assertTrue('Could not find resource' in resp.getBody())
  File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue
    raise self.failureException(msg)


FAILED:  Products.CMFPlone.tests.testSSOLogin.TestSSOLoginIframe.test_loginAndLogoutSSO

Error Message:
True is not false

Stack Trace:
True is not false

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFPlone/Products/CMFPlone/tests/testSSOLogin.py", line 197, in test_loginAndLogoutSSO
    self.assertFalse('came_from' in link.url)
  File "/usr/lib/python2.7/unittest/case.py", line 416, in assertFalse
    raise self.failureException(msg)


More information about the Testbot mailing list