← Back to team overview

launchpad-reviewers team mailing list archive

lp:~frankban/launchpad/bug-1002820-rabbitfixture-longer-timeout into lp:launchpad

 

Francesco Banconi has proposed merging lp:~frankban/launchpad/bug-1002820-rabbitfixture-longer-timeout into lp:launchpad.

Requested reviews:
  Yellow Squad (yellow)
Related bugs:
  Bug #1002820 in Launchpad itself: "lp.testing.layers.RabbitMQLayer:setUp times out rarely/intermittently in parallel tests"
  https://bugs.launchpad.net/launchpad/+bug/1002820

For more details, see:
https://code.launchpad.net/~frankban/launchpad/bug-1002820-rabbitfixture-longer-timeout/+merge/109309

Increased timeouts in our rabbitfixture.
The rabbitfixture diff is here: http://pastebin.ubuntu.com/1028736/

This doubles the values already increased by Benji: see http://bazaar.launchpad.net/~benji/rabbitfixture/longer-timeout/revision/29#rabbitfixture/server.py


-- 
https://code.launchpad.net/~frankban/launchpad/bug-1002820-rabbitfixture-longer-timeout/+merge/109309
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'versions.cfg'
--- versions.cfg	2012-05-23 22:40:28 +0000
+++ versions.cfg	2012-06-08 08:36:22 +0000
@@ -102,10 +102,10 @@
 pytz = 2012c
 rdflib = 3.1.0
 RestrictedPython = 3.5.1
-# Built from lp:~benji/rabbitfixture/longer-timeout
-# revision: r30
+# lp-1 Build of lp:~benji/rabbitfixture/longer-timeout revision: r30
+# lp-2 Build of lp:~frankban/rabbitfixture/longer-timeout revision: r32
 # to build: python setup.py sdist
-rabbitfixture = 0.3.3-lp-1
+rabbitfixture = 0.3.3-lp-2
 roman = 1.4.0
 # See http://code.google.com/p/selenium/issues/detail?id=1935 .
 selenium = 2.0rc3-lp-distribute-fix


Follow ups