Merge lp:~mars/launchpad/use-zope.testing-3.9.4-p0 into lp:launchpad

Proposed by Māris Fogels
Status: Merged
Approved by: Gary Poster
Approved revision: no longer in the source branch.
Merged at revision: 10956
Proposed branch: lp:~mars/launchpad/use-zope.testing-3.9.4-p0
Merge into: lp:launchpad
Diff against target: 13 lines (+2/-1)
1 file modified
versions.cfg (+2/-1)
To merge this branch: bzr merge lp:~mars/launchpad/use-zope.testing-3.9.4-p0
Reviewer Review Type Date Requested Status
Gary Poster (community) Approve
Review via email: mp+26961@code.launchpad.net

Commit message

Move to a patched version of the zope.testrunner 3.9.4 that prevents hanging in the windmill test suite on ec2.

Description of the change

Hi,

This branch moves us to a patched version of the zope.testrunner package. This package fixes a series of hangs in the zope testrunner that have been causing our ec2 test suite to hang. See bug 570380 and bug 589787 for details.

I tested this change using ec2 and inspected the log output. All tests pass.

Test command: utilities/ec2 test
Lint: None
Pre-implementation call with: gary_poster

To post a comment you must log in.
Revision history for this message
Gary Poster (gary) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'versions.cfg'
2--- versions.cfg 2010-05-17 20:03:02 +0000
3+++ versions.cfg 2010-06-07 15:41:28 +0000
4@@ -214,7 +214,8 @@
5 zope.tal = 3.5.1
6 zope.tales = 3.4.0
7 zope.testbrowser = 3.7.0a1
8-zope.testing = 3.9.4
9+# Build of lp:~mars/zope.testing/3.9.4-p0. Fixes bug 570380.
10+zope.testing = 3.9.4-p0
11 zope.thread = 3.4
12 zope.traversing = 3.8.0
13 zope.viewlet = 3.6.1