[Testbot] Plone 5.0 - Python 2.7 - Build # 1469 - Still failing! - 1 failure(s)

jenkins at plone.org jenkins at plone.org
Wed Feb 12 07:09:45 UTC 2014


-------------------------------------------------------------------------------
Plone 5.0 - Python 2.7 - Build # 1469 - Still Failing!
-------------------------------------------------------------------------------

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


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

Repository: plone.app.testing
Branch: refs/heads/master
Date: 2014-02-11T22:24:35-08:00
Author: tisto (tisto) <tisto at plone.org>
Commit: https://github.com/plone/plone.app.testing/commit/50c7e657951c1d8ed84aaf840419ae1d4458bbe8

Make PLONE_FTP_SERVER tests pass also if they run on Jenkins with the port allocator plugin.

Files changed:
M plone/app/testing/layers.rst

diff --git a/plone/app/testing/layers.rst b/plone/app/testing/layers.rst
index 4c6dd01..22be175 100644
--- a/plone/app/testing/layers.rst
+++ b/plone/app/testing/layers.rst
@@ -406,8 +406,9 @@ indicate where Zope is running.
     'localhost'
 
     >>> port = layers.PLONE_FTP_SERVER['port']
-    >>> port
-    55002
+    >>> import os
+    >>> port == int(os.environ.get('ZSERVER_PORT', 55002))
+    True
 
 Let's now simulate a test. Test setup does nothing beyond what the base layers
 do.




-------------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CHANGES.log
Type: application/octet-stream
Size: 864 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140212/40700da1/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log
Type: application/octet-stream
Size: 126515 bytes
Desc: not available
URL: <http://lists.plone.org/pipermail/plone-testbot/attachments/20140212/40700da1/attachment-0003.obj>


More information about the Testbot mailing list