summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-06-11 16:47:34 +0200
committerByron Jones <glob@mozilla.com>2014-06-11 16:47:34 +0200
commit4d5e362475a95c83f478b846ed847ac5ebe31234 (patch)
treeead03fed8c931c4f68d4252f6e6b1c5ded12c9cd /t
parent617eeba567adb04ca54b89906cde5676728dac51 (diff)
downloadbugzilla-4d5e362475a95c83f478b846ed847ac5ebe31234.tar.gz
bugzilla-4d5e362475a95c83f478b846ed847ac5ebe31234.tar.xz
Bug 962424: jobqueue's worker process should process messages in batches
r=?,a=?
Diffstat (limited to 't')
-rw-r--r--t/011pod.t2
1 files changed, 1 insertions, 1 deletions
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$/,
);