← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~wgrant/launchpad/die-windmill-die into lp:launchpad

 

William Grant has proposed merging lp:~wgrant/launchpad/die-windmill-die into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~wgrant/launchpad/die-windmill-die/+merge/51836

Windmill tests often hang. Each hang delays between one and lots of branches by several hours. This is bad.

This branch removes WindmillLayer from the default test suite. We'll hopefully set up a separate Jenkins job to run Windmill tests soon.
-- 
https://code.launchpad.net/~wgrant/launchpad/die-windmill-die/+merge/51836
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~wgrant/launchpad/die-windmill-die into lp:launchpad.
=== modified file 'buildout-templates/bin/test.in'
--- buildout-templates/bin/test.in	2011-02-19 13:50:19 +0000
+++ buildout-templates/bin/test.in	2011-03-01 23:51:16 +0000
@@ -169,7 +169,7 @@
     'tests_pattern': '^f?tests$',
     'test_path': [${buildout:directory/lib|path-repr}],
     'package': ['canonical', 'lp', 'devscripts', 'launchpad_loggerhead'],
-    'layer': ['!(MailmanLayer)'],
+    'layer': ['!(MailmanLayer|WindmillLayer)'],
     }
 
 # Monkey-patch os.listdir to randomise the results