[Testbot] Plone 5.0 - Python 2.7 - Build # 2651 - Fixed! - 0 failure(s)

jenkins at plone.org jenkins at plone.org
Sun Jun 22 16:10:21 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 2651 - Fixed!
-------------------------------------------------------------------------------

http://jenkins.plone.org/job/plone-5.0-python-2.7/2651/


-------------------------------------------------------------------------------
CHANGES
-------------------------------------------------------------------------------

Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2014-06-22T16:20:08+02:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/293fa77b8b21631f2d1d2650ef82d59bb7ecc6ba

Add note to plone.app.referenceablebehavior.

Files changed:
M tests.cfg

diff --git a/tests.cfg b/tests.cfg
index acd7f06..c44d11d 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -341,7 +341,7 @@ Dexterity =
 #
 # Products.DCWorkflow
 # plone.app.linkintegrity
-# plone.app.referenceablebehavior
+# plone.app.referenceablebehavior  # plone.app.testing
 # plone.app.viewletmanager  # PloneTestCase
 # plone.app.versioningbehavior  # PloneTestCase => tests failures in alltests group
 


Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2014-06-22T16:22:39+02:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/e3ab00fd33aa1342cbd51ea1f88bacea2fae6e56

Revert "Move plone.app.textfield from Dexterity alltests group to PloneTestCase alltests group."

This reverts commit fff7dad86ebea80e2bc642be0567c9d93ea3562f.

Files changed:
M tests.cfg

diff --git a/tests.cfg b/tests.cfg
index c44d11d..019013e 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -243,7 +243,6 @@ Plone =
 PloneTestCase =
     plone.app.iterate
     plone.app.portlets
-    plone.app.textfield
     plone.app.users
     plone.outputfilters
     Products.CMFPlacefulWorkflow
@@ -309,6 +308,7 @@ unit_tests =
     z3c.pt
     z3c.relationfield
 Dexterity =
+    plone.app.textfield
 # Moving plone.app.z3cform into the plone_app_testing group leads to deadlocks / very long
 # running robot tests (> 25 min) on Jenkins.
     plone.app.z3cform


Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2014-06-22T16:24:43+02:00
Author: Timo Stollenwerk (tisto) <tisto at plone.org>
Commit: https://github.com/plone/buildout.coredev/commit/6d8cca0e7760ad5f94b3bf9619eaf85e7091e0d0

Add note to plone.app.textfield.

Files changed:
M tests.cfg

diff --git a/tests.cfg b/tests.cfg
index 019013e..70d2a17 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -308,6 +308,11 @@ unit_tests =
     z3c.pt
     z3c.relationfield
 Dexterity =
+# Moving plone.app.textfield into the plone_app_testing group leads to test failures
+# in multiple other test groups with:
+# ImportError: No module named iterate
+# Here is the fun fact: those errors do not occur on our new rackspace machines
+# running Ubuntu 14.04.
     plone.app.textfield
 # Moving plone.app.z3cform into the plone_app_testing group leads to deadlocks / very long
 # running robot tests (> 25 min) on Jenkins.




-------------------------------------------------------------------------------


More information about the Testbot mailing list