From 4d5e362475a95c83f478b846ed847ac5ebe31234 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 11 Jun 2014 22:47:34 +0800 Subject: Bug 962424: jobqueue's worker process should process messages in batches r=?,a=? --- t/011pod.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/011pod.t') diff --git a/t/011pod.t b/t/011pod.t index 37cd2da37..c3ec39898 100644 --- a/t/011pod.t +++ b/t/011pod.t @@ -30,7 +30,7 @@ use constant DEFAULT_WHITELIST => qr/^(?:new|new_from_list|check|run_create_vali use constant SUB_WHITELIST => ( 'Bugzilla::Flag' => qr/^(?:(force_)?retarget|force_cleanup)$/, 'Bugzilla::FlagType' => qr/^sqlify_criteria$/, - 'Bugzilla::JobQueue' => qr/(?:^work_once|subprocess_worker)$/, + 'Bugzilla::JobQueue' => qr/(?:^work_once|work_until_done|subprocess_worker)$/, 'Bugzilla::Search' => qr/^SPECIAL_PARSING$/, ); -- cgit v1.2.3-24-g4f1b