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

jenkins at plone.org jenkins at plone.org
Thu Nov 20 11:25:51 UTC 2014


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

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


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

Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2014-11-20T11:31:01+01:00
Author: Timo Stollenwerk () <contact at timostollenwerk.net>
Commit: https://github.com/plone/buildout.coredev/commit/a0d2d196f675e7dda39a78b6f551ecedc00d5878

Add not about P.contentmigration/p.a.iterate test isolation problem.

Files changed:
M tests.cfg

diff --git a/tests.cfg b/tests.cfg
index 7fd543e..06b34c8 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -334,6 +334,7 @@ Dexterity =
 # Moving plone.session into the plone_app_testing group leads to massive test failures.
     plone.session
 
+
 # TEST ISOLATION PROBLEMS
 # -----------------------
 #
@@ -345,7 +346,7 @@ Dexterity =
 #
 # Therefore we should try to fix those package tests.
 #
-# Products.contentmigration
+# Products.contentmigration => test failure in plone.app.iterate.tests.test_iterate.TestIterations: "AttributeError: 'NoneType' object has no attribute 'get'"
 # Products.CMFQuickInstallerTool
 # Products.DCWorkflow
 # plone.app.linkintegrity


Repository: buildout.coredev
Branch: refs/heads/5.0
Date: 2014-11-20T11:50:48+01:00
Author: Timo Stollenwerk () <contact at timostollenwerk.net>
Commit: https://github.com/plone/buildout.coredev/commit/85d425c782c4d39af81e9d54199153037206b37c

Add some more infos to the test isolation problem packages.

Files changed:
M tests.cfg

diff --git a/tests.cfg b/tests.cfg
index 06b34c8..fa36c0f 100644
--- a/tests.cfg
+++ b/tests.cfg
@@ -346,12 +346,30 @@ Dexterity =
 #
 # Therefore we should try to fix those package tests.
 #
-# Products.contentmigration => test failure in plone.app.iterate.tests.test_iterate.TestIterations: "AttributeError: 'NoneType' object has no attribute 'get'"
-# Products.CMFQuickInstallerTool
-# Products.DCWorkflow
-# plone.app.linkintegrity
-# plone.outputfilters  # => test failures in PloneTestCase group, conflicts
-#                           with plone.locking and borg.localrole
+# - Products.contentmigration (=> plone_app_testing):
+#
+#   Test failure in plone.app.iterate.tests.test_iterate.TestIterations:
+#   "AttributeError: 'NoneType' object has no attribute 'get'"
+#
+# - Products.DCWorkflow (=> alltests-at CMF):
+#
+#   Test failure in Products.DCWorkflow.tests.test_guard.TestGuard:
+#   "AssertionError: CompilerError not raised"
+#
+# - Products.CMFQuickInstallerTool (=>alltests-at CMF):
+#
+#   Multiple test failures in P.CMFDynamicViewFTI and P.PloneLanguageTool
+#
+# - plone.app.linkintegrity
+#
+#   Multiple test failures in plone.app.relationfield.
+#
+# - plone.outputfilters:
+#
+#   Test failures in PloneTestCase group, conflicts with plone.locking and
+#   borg.localrole
+#
+# -----------------------
 
 [alltests-base]
 package-map = package-map




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


More information about the Testbot mailing list