Deryck Hodge has proposed merging
lp:~deryck/launchpad/testfix-celery-missing-ready-not-enabled into lp:launchpad.
Requested reviews:
Deryck Hodge (deryck)
For more details, see:
https://code.launchpad.net/~deryck/launchpad/testfix-celery-missing-ready-not-enabled/+merge/116003
We've got a spurious test failure in buildout due to some celery work Abel did
yesterday. I'm disabling the test to get the build going again. I've filed
bug 1027103 and will have Abel take a look when he's back Monday.
--
https://code.launchpad.net/~deryck/launchpad/testfix-celery-missing-ready-not-enabled/+merge/116003
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/services/job/tests/test_celeryjob.py'
--- lib/lp/services/job/tests/test_celeryjob.py 2012-07-19 09:06:37 +0000
+++ lib/lp/services/job/tests/test_celeryjob.py 2012-07-20 14:39:34 +0000
@@ -70,7 +70,9 @@
self.RunMissingReady().run(_no_init=True)
self.assertEqual(1, len(responses))
- def test_run_missing_ready_does_not_return_results(self):
+ # XXX: deryck 20-07-2012 bug=1027103
+ # Test fails spuriously in buildbot.
+ def disabled_test_run_missing_ready_does_not_return_results(self):
"""The celerybeat task run_missing_ready does not create a
result queue."""
from lazr.jobrunner.celerytask import list_queued
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp